]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
added primary menu to error pages
authorRobin Millette <millette@controlyourself.ca>
Mon, 2 Feb 2009 14:51:23 +0000 (14:51 +0000)
committerRobin Millette <millette@plantard.controlezvous.ca>
Mon, 2 Feb 2009 14:51:23 +0000 (14:51 +0000)
lib/error.php

index 9842053d885fd92a4603cdde97a4a86f0f4e2a23..03065bc709c42c2ac0ebd4c4125a4f7b34c69c6a 100644 (file)
@@ -130,6 +130,7 @@ class ErrorAction extends Action
     {
         $this->elementStart('div', array('id' => 'header'));
         $this->showLogo();
+        $this->showPrimaryNav();
         $this->elementEnd('div');
     }