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

This commit is contained in:
mMarinetti
2011-09-23 15:01:49 +00:00
parent 230ed9d5ee
commit 6191e868f1
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'),