Translatable Title of Homepage? Possible or not?

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!

Quote · 4 Feb 2015

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
Quote · 4 Feb 2015

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
Quote · 9 Feb 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.