X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/6165f1ef9bf8abf6d07caff88f14a36f368832c6..6c49ea194c030a04ce8b303aae2a51dce01c7382:/lib/lang.php?ds=inline 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 +?>