// ajax-tab usage of Dispatcher

// adminHome.tpl
// header.tpl fix


git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8805 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-09-27 14:18:27 +00:00
parent 4c255554fe
commit 41c4897976
6 changed files with 438 additions and 209 deletions
+2
View File
@@ -446,6 +446,8 @@ function runAdminTab($ajaxMode = false)
// init is different for new tabs (AdminController) and old tabs (AdminTab)
if ($adminObj instanceof AdminController)
{
if($ajaxMode)
$adminObj->ajax = true;
$adminObj->path = dirname($_SERVER["PHP_SELF"]);
$adminObj->run();
}