Last active
September 12, 2017 08:13
-
-
Save WebSofter/396935358fa828302041172e9f42eea7 to your computer and use it in GitHub Desktop.
Joomla:PHP:Language:Получить свойство текущего языка #joomla #php #language
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//Если работаем внутри модуля или компонента | |
echo JText::_('MOD_LOGIN_VALUE_USERNAME'); //Просто указываем название свойства и получаем занчение | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment