From 038a4e777008bc43376dc6cb34bfa7d87c2ef222 Mon Sep 17 00:00:00 2001 From: nPellicari Date: Tue, 6 Mar 2012 09:11:11 +0000 Subject: [PATCH] // PrestaShop normalisation --- classes/controller/FrontController.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/classes/controller/FrontController.php b/classes/controller/FrontController.php index 697065abe..a5d81e56e 100755 --- a/classes/controller/FrontController.php +++ b/classes/controller/FrontController.php @@ -986,9 +986,8 @@ class FrontControllerCore extends Controller $assign['tpl_file'] = basename($tpl_file, '.tpl'); if (isset($this->php_self)) $assign['controller_name'] = $this->php_self; - + $this->context->smarty->assign($assign); $this->template = $template; } -} - +} \ No newline at end of file