]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/info.php
change category on urlmapper.php
[quix0rs-gnu-social.git] / lib / info.php
index 395c6522ec888d72476d785e194475e32641f8f0..f72bed59d62a437b3714c7807c7c9ad357cc5775 100644 (file)
@@ -93,8 +93,14 @@ class InfoAction extends Action
     function showCore()
     {
         $this->elementStart('div', array('id' => 'core'));
+        $this->elementStart('div', array('id' => 'aside_primary_wrapper'));
+        $this->elementStart('div', array('id' => 'content_wrapper'));
+        $this->elementStart('div', array('id' => 'site_nav_local_views_wrapper'));
         $this->showContentBlock();
         $this->elementEnd('div');
+        $this->elementEnd('div');
+        $this->elementEnd('div');
+        $this->elementEnd('div');
     }
 
     function showHeader()