// context->controller now work for adminController too

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9090 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-10-06 09:55:28 +00:00
parent 6c7d1a5ee7
commit 3d0e96b313
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');