// Fix #PSFV-12
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7795 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -487,7 +487,7 @@ class FrontControllerCore
|
||||
}
|
||||
$language = new Language($this->context->language->id);
|
||||
if ($language->is_rtl)
|
||||
Tools::addCSS(_THEME_CSS_DIR_.'rtl.css');
|
||||
$this->addCSS(_THEME_CSS_DIR_.'rtl.css');
|
||||
}
|
||||
|
||||
public function process()
|
||||
|
||||
Reference in New Issue
Block a user