diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-02-02 14:51:23 +0000 |
---|---|---|
committer | Robin Millette <millette@plantard.controlezvous.ca> | 2009-02-02 14:51:23 +0000 |
commit | d3b30164be2526b9440b1f9dfbe3a23421b8115a (patch) | |
tree | e020ebb838905d58996512ef5c954a56b41b7804 /lib/error.php | |
parent | 37a769205387c0f9c41f60a675e963678d9a966f (diff) |
added primary menu to error pages
Diffstat (limited to 'lib/error.php')
-rw-r--r-- | lib/error.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/error.php b/lib/error.php index 9842053d8..03065bc70 100644 --- a/lib/error.php +++ b/lib/error.php @@ -130,6 +130,7 @@ class ErrorAction extends Action { $this->elementStart('div', array('id' => 'header')); $this->showLogo(); + $this->showPrimaryNav(); $this->elementEnd('div'); } |