summaryrefslogtreecommitdiff
path: root/actions/showgroup.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-01-22 01:50:39 -0500
committerEvan Prodromou <evan@controlyourself.ca>2009-01-22 01:50:39 -0500
commit0a81b94a9231ea054482ddf8cc3e8dae7b2dfb47 (patch)
treee8708cc61f3644da8e34a9be9ac5d541c7355e55 /actions/showgroup.php
parent4e3891d24edc2bcbca710d73127521b3451b2cd5 (diff)
Doc comment in showgroup
Diffstat (limited to 'actions/showgroup.php')
-rw-r--r--actions/showgroup.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/actions/showgroup.php b/actions/showgroup.php
index c2cd3d295..c0359f502 100644
--- a/actions/showgroup.php
+++ b/actions/showgroup.php
@@ -146,6 +146,12 @@ class ShowgroupAction extends Action
$this->showPage();
}
+ /**
+ * Local menu
+ *
+ * @return void
+ */
+
function showLocalNav()
{
$nav = new GroupNav($this, $this->group);