Static Public Member Functions | |
| static | _ ($string) |
Definition at line 87 of file aliroJoomla.php.
| static JText::_ | ( | $ | string | ) | [static] |
Definition at line 88 of file aliroJoomla.php.
References JALanguage::getInstance().
00088 { 00089 $language = JALanguage::getInstance(); 00090 return isset($language->translations[$string]) ? $language->translations[$string] : $string; 00091 }
1.5.5