Shape 5

Joomla Templates => Life Journey - Club => : ajmalaand February 16, 2011, 06:25:46 AM



: RTL for Life Journey - Template - Joomla 1.6.X
: ajmalaand February 16, 2011, 06:25:46 AM
Hello ,

Right now there is no RTL language pack Available from Joomla 1.6 , so how can I manually change the Life Journey - Template - Joomla 1.6.X to RTL ? Is it working for RTL?

Thank you


: Re: RTL for Life Journey - Template - Joomla 1.6.X
: mikek February 16, 2011, 08:33:37 AM
Hello,

RTL is called directly off of the params of the language file. If you need to override that and make it RTL all the time you would need to edit the template's index.php file and search for:

<?php if($this->direction == "rtl") { ?>

And replace it with:

<?php if($this->direction != "rtl") { ?>