]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/error.php
Selector to allow styles when a user is logged in.
[quix0rs-gnu-social.git] / lib / error.php
index 9842053d885fd92a4603cdde97a4a86f0f4e2a23..526d9f81be245a36e1173814415b25e6e3720818 100644 (file)
@@ -111,7 +111,7 @@ class ErrorAction extends Action
     function showBody()
     {
         $this->elementStart('body', array('id' => 'error'));
-        $this->elementStart('div', 'wrap');
+        $this->elementStart('div', array('id' => 'wrap'));
         $this->showHeader();
         $this->showCore();
         $this->showFooter();
@@ -130,6 +130,7 @@ class ErrorAction extends Action
     {
         $this->elementStart('div', array('id' => 'header'));
         $this->showLogo();
+        $this->showPrimaryNav();
         $this->elementEnd('div');
     }