[*] BO #PSFV-94 : Added AdminStatsConfController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10012 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-11-09 16:58:49 +00:00
parent 4068f50cd2
commit f864d987fd
9 changed files with 169 additions and 107 deletions
+2
View File
@@ -73,6 +73,7 @@ class AdminControllerCore extends Controller
public $tpl_form_vars = array();
public $tpl_list_vars = array();
public $tpl_option_vars = array();
public $tpl_view_vars = array();
public $fields_value = false;
@@ -1439,6 +1440,7 @@ class AdminControllerCore extends Controller
$helper->override_folder = $this->tpl_folder;
$helper->id = $this->id;
$helper->token = $this->token;
$helper->tpl_vars = $this->tpl_option_vars;
$helper->shopLinkType = $this->shopLinkType;
$helper->table = $this->table;
$helper->currentIndex = self::$currentIndex;