Is it possible to make translatable title of the Homepage?
Script takes title from the settings. So, there is no chance to make different titles for different languages.
Can anybody help to solve this problem?
Thx in advance!
Is it possible to make translatable title of the Homepage? Script takes title from the settings. So, there is no chance to make different titles for different languages. Can anybody help to solve this problem? Thx in advance! |
You could use a third party module such as SEO Header to get this flexibility. Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
If it is just for homepage then you can try to change the following line in index.php near ~48 line: $oSysTemplate->setPageTitle($site['title']); to: $oSysTemplate->setPageTitle(_t('_my_lang_key')); Please note that you need to add you own "_my_lang_key" lang key in: admin panel > setting > language settings > add key Rules → http://www.boonex.com/terms |