Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Topic started by: kam4 on January 08, 2007, 06:22:13 AM

Title: how to change it to rtl
Post by: kam4 on January 08, 2007, 06:22:13 AM
hi
I used one of your nice themes in my forum which is arabic right to left  how to change it
to be rtl thank you
Title: Re: how to change it to rtl
Post by: codenaught on January 13, 2007, 03:23:26 PM
In Themes/default/index.<your_language>.php you need to have this line:

$txt['lang_rtl'] = false;

Be:

$txt['lang_rtl'] = true;