]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Removed unnecessary empty containers (page_notice, aside, local
authorsarven <csarven@plantard.controlezvous.ca>
Mon, 19 Jan 2009 17:12:35 +0000 (17:12 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Mon, 19 Jan 2009 17:12:35 +0000 (17:12 +0000)
navigation)

actions/shownotice.php

index 7033a1672b0daf09480861c828bddfbf9c6a88a3..beae478ba8b32bfe6e04c437383e4ffb2d2e1626 100644 (file)
@@ -180,6 +180,18 @@ class ShownoticeAction extends Action
         $this->showPage();
     }
 
+
+    /**
+     * Don't show local navigation
+     *
+     * @return void
+     */
+
+    function showLocalNavBlock()
+    {
+    }
+
+
     /**
      * Fill the content area of the page
      *
@@ -196,6 +208,29 @@ class ShownoticeAction extends Action
         $this->elementEnd('ul');
     }
 
+
+
+    /**
+     * Don't show page notice
+     *
+     * @return void
+     */
+
+    function showPageNoticeBlock()
+    {
+    }
+
+
+    /**
+     * Don't show aside
+     *
+     * @return void
+     */
+
+    function showAside() {
+    }
+
+
     /**
      * Extra <head> content
      *