// Fix #PSFV-12

This commit is contained in:
rMalie
2011-07-28 14:38:46 +00:00
parent e9ab32ab1a
commit b81e389bc0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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()