// context->controller now work for adminController too

This commit is contained in:
rMalie
2011-10-06 09:55:28 +00:00
parent 5db4ba7b45
commit 2a5f66203a
2 changed files with 9 additions and 9 deletions
+2 -3
View File
@@ -338,7 +338,6 @@ class FrontControllerCore extends Controller
$this->context->cart = $cart;
$this->context->currency = $currency;
$this->context->controller = $this;
}
public function postProcess()
@@ -498,10 +497,10 @@ class FrontControllerCore extends Controller
public function setMedia()
{
$this->addCSS(_THEME_CSS_DIR_.'global.css', 'all');
$this->addjquery();
$this->addjquery();
$this->addjqueryPlugin('easing');
$this->addJS(_PS_JS_DIR_.'tools.js');
if (Tools::isSubmit('live_edit') AND Tools::getValue('ad') AND (Tools::getValue('liveToken') == sha1(Tools::getValue('ad')._COOKIE_KEY_)))
{
$this->addJqueryUI('ui.sortable');