include_once ( $mosConfig_absolute_path . '/fold/'. $mosConfig_lang .'_1.php' - Joomla! Forum - community, help and support
hello,
i have in joomla 1.0.x code:
include_once ( $mosconfig_absolute_path . '/fold/'. $mosconfig_lang .'_1.php'
i want convert , use code in joomla 1.x.x
please me
for example know that $mosconfig_absolute_path in joomla 1.5=jpath_base
but $mosconfig_lang ?
thanks
i have in joomla 1.0.x code:
include_once ( $mosconfig_absolute_path . '/fold/'. $mosconfig_lang .'_1.php'
i want convert , use code in joomla 1.x.x
please me
for example know that $mosconfig_absolute_path in joomla 1.5=jpath_base
but $mosconfig_lang ?
thanks

modern wrote:but $mosconfig_lang ?
$mainframe->getcfg('lang_site') //for site language
$mainframe->getcfg('lang_administrator'); //for administrator language
Comments
Post a Comment