added primary menu to error pages
This commit is contained in:
parent
37a7692053
commit
d3b30164be
@ -130,6 +130,7 @@ class ErrorAction extends Action
|
|||||||
{
|
{
|
||||||
$this->elementStart('div', array('id' => 'header'));
|
$this->elementStart('div', array('id' => 'header'));
|
||||||
$this->showLogo();
|
$this->showLogo();
|
||||||
|
$this->showPrimaryNav();
|
||||||
$this->elementEnd('div');
|
$this->elementEnd('div');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user