Jump to content

Recommended Posts

Posted

You can with 3.5 however it goes by the language files. You can also force it in the structure.pdt file:

 

Find:

<html dir="<?php echo (in_array($this->_("AppController.lang.dir", true), array("ltr", "rtl")) ? $this->_("AppController.lang.dir", true) : "ltr");?>">

Replace with:

<html dir="rtl">

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...