// 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()
+1 -1
View File
@@ -35,7 +35,7 @@ class CompareControllerCore extends FrontController
$this->addCSS(_THEME_CSS_DIR_.'/comparator.css');
if (Configuration::get('PS_COMPARATOR_MAX_ITEM') > 0)
Tools::addJS(_THEME_JS_DIR_.'products-comparison.js');
$this->addJS(_THEME_JS_DIR_.'products-comparison.js');
}
public function preProcess()