X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/6165f1ef9bf8abf6d07caff88f14a36f368832c6..19047d45c1ce27cd5f3e4c4d3a1dfdd384bf8f0d:/lib/lang.php diff --git a/lib/lang.php b/lib/lang.php old mode 100755 new mode 100644 index b1265f8..bf74e8d --- a/lib/lang.php +++ b/lib/lang.php @@ -23,7 +23,7 @@ 'fr' => 'Français'); /* Translation */ -function _ ($text) +function t ($text) { $cfg = $GLOBALS['cfg']; $languages_list = $GLOBALS['languages_list']; @@ -54,4 +54,4 @@ function _ ($text) return ($text); } -?> \ No newline at end of file +?>