[Solved ]Export from FC 1.5?

More
11 years 5 months ago #50185 by kath
Replied by kath on topic [Solved ]Export from FC 1.5?
ps: in case others need this, too:
1) check if your language-file is in /templates/<my_joomla_template>/language/de-DE/de-DE.tpl_<my_joomla_template>.ini
(adjust <my_joomla_template> and the language code)
(joomla 1.5 had languages in folder /languages/...)
2) in your templates replace:
Code:
JPlugin::loadLanguage( 'tpl_<my_joomla_template>' );
with
Code:
$language =& JFactory::getLanguage(); $language->load('tpl_<my_joomla_template>', 'templates/<my_joomla_template>/', $language->getTag(), true);
(adjust <my_joomla_template>)

cheers!

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Save