// Context part 7

This commit is contained in:
tDidierjean
2011-07-15 13:59:26 +00:00
parent c8acd7a824
commit 6e93cc2848
24 changed files with 101 additions and 163 deletions
+2 -2
View File
@@ -42,7 +42,7 @@ if (empty($tab) and !sizeof($_POST))
{
$isoUser = Language::getIsoById(intval($cookie->id_lang));
$tabs = array();
recursiveTab($adminObj->id);
$tabs = recursiveTab($adminObj->id, $tabs);
$tabs = array_reverse($tabs);
$bread = '';
@@ -116,7 +116,7 @@ if (empty($tab) and !sizeof($_POST))
}
elseif (strncmp($key, $adminObj->table.'OrderBy', 7) === 0 OR strncmp($key, $adminObj->table.'Orderway', 12) === 0)
$cookie->$key = $value;
$adminObj->smarty = $smarty;
$adminObj->displayConf();
$adminObj->postProcess();
$adminObj->displayErrors();