[+] BO : New AdminController system, including smarty backoffice, thanks to Raphael and Thomas

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8742 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-09-23 15:01:49 +00:00
parent 1437dec72f
commit 926063e08f
13 changed files with 833 additions and 220 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ abstract class AdminTabCore
{
$this->context = Context::getContext();
$this->id = Tab::getCurrentTabId();
$this->id = Tab::getIdFromClassName(get_class($this));
$this->_conf = array(
1 => $this->l('Deletion successful'), 2 => $this->l('Selection successfully deleted'),
3 => $this->l('Creation successful'), 4 => $this->l('Update successful'),