summaryrefslogtreecommitdiff
path: root/actions/shownotice.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-19 17:12:35 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-19 17:12:35 +0000
commita5f3e3b759879aaed31a82fa98a89d6d3594af8c (patch)
treefb0ca072f87d6be7e7e8a8d715a63d5f56373ede /actions/shownotice.php
parent77a9b4b75844873071f2c741da0234f9bf723def (diff)
Removed unnecessary empty containers (page_notice, aside, local
navigation)
Diffstat (limited to 'actions/shownotice.php')
-rw-r--r--actions/shownotice.php35
1 files changed, 35 insertions, 0 deletions
diff --git a/actions/shownotice.php b/actions/shownotice.php
index 7033a1672..beae478ba 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 <head> content
*