From: sarven Date: Mon, 19 Jan 2009 17:12:35 +0000 (+0000) Subject: Removed unnecessary empty containers (page_notice, aside, local X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a5f3e3b759879aaed31a82fa98a89d6d3594af8c;p=quix0rs-gnu-social.git Removed unnecessary empty containers (page_notice, aside, local navigation) --- diff --git a/actions/shownotice.php b/actions/shownotice.php index 7033a1672b..beae478ba8 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -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 content *