summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-01-19 18:22:03 +0000
committerEvan Prodromou <evan@controlyourself.ca>2009-01-19 18:22:03 +0000
commit0b9cda03d5c5d4dac96e862115a10bcb11c2a597 (patch)
tree81fad06b325f93ba3d9ee3e1631749015d04a770 /actions
parent930f82a95170e05ad2d4fc079cc944d29521797d (diff)
parenta5f3e3b759879aaed31a82fa98a89d6d3594af8c (diff)
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'actions')
-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
*