Shape 5

Joomla Templates => Basics - Club => : bahrawi November 12, 2010, 05:46:57 AM



: RTL not working
: bahrawi November 12, 2010, 05:46:57 AM
hi there
rtl not working ( everything is in arabic)
as i know rtl will work auto but   fro my case still LTR

so i need to show me how to do it  manually

this my website
www.arabian-wings.com

thanks


: Re: RTL not working
: mikek November 12, 2010, 09:26:39 AM
Hello,

You can manually turn it on by editing the template's index.php file and looking for:

<?php if ($s5_rtl == "rtl") { ?>

It will show more than once so change each call to:

<?php if ($s5_rtl != "rtl") { ?>