Beispiel #1
0
Datei: Tr.php Projekt: Gorp/pr
 function tr($id, $lang, $phrase)
 {
     return Model_Lang::getLang($id, $lang, $phrase);
 }