From d3b30164be2526b9440b1f9dfbe3a23421b8115a Mon Sep 17 00:00:00 2001 From: Robin Millette Date: Mon, 2 Feb 2009 14:51:23 +0000 Subject: added primary menu to error pages --- lib/error.php | 1 + 1 file changed, 1 insertion(+) 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'); } -- cgit v1.2.3-54-g00ecf