added primary menu to error pages

This commit is contained in:
Robin Millette 2009-02-02 14:51:23 +00:00 committed by Robin Millette
parent 37a7692053
commit d3b30164be
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ class ErrorAction extends Action
{
$this->elementStart('div', array('id' => 'header'));
$this->showLogo();
$this->showPrimaryNav();
$this->elementEnd('div');
}