// ajax-tab usage of Dispatcher

// adminHome.tpl
// header.tpl fix
This commit is contained in:
mMarinetti
2011-09-27 14:18:27 +00:00
parent 8a7231528f
commit 5e171daf3d
6 changed files with 438 additions and 209 deletions
+7 -1
View File
@@ -112,7 +112,13 @@ abstract class ControllerCore
{
$this->init();
$this->action();
$this->display();
if ($this->ajax)
{
$this->displayAjax();
}
else
$this->display();
}
public function displayHeader($display = true)