X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/6165f1ef9bf8abf6d07caff88f14a36f368832c6..145950308252425226bcc5b97993550fefac3c15:/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 +?>