// yet another display fix for new display header/footer

This commit is contained in:
mMarinetti
2011-10-28 13:51:32 +00:00
parent 8b225a0b63
commit 2be4b67a71
3 changed files with 9 additions and 7 deletions
+5 -2
View File
@@ -147,11 +147,14 @@ abstract class ControllerCore
elseif (method_exists($this, 'displayAjax'))
$this->displayAjax();
}
else
$this->display();
}
else
{
$this->initCursedPage();
$this->display();
$this->display();
}
}
public function displayHeader($display = true)