summaryrefslogtreecommitdiff
path: root/lib/error.php
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-02-02 14:51:23 +0000
committerRobin Millette <millette@plantard.controlezvous.ca>2009-02-02 14:51:23 +0000
commitd3b30164be2526b9440b1f9dfbe3a23421b8115a (patch)
treee020ebb838905d58996512ef5c954a56b41b7804 /lib/error.php
parent37a769205387c0f9c41f60a675e963678d9a966f (diff)
added primary menu to error pages
Diffstat (limited to 'lib/error.php')
-rw-r--r--lib/error.php1
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');
}