diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-22 01:50:39 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-22 01:50:39 -0500 |
commit | 0a81b94a9231ea054482ddf8cc3e8dae7b2dfb47 (patch) | |
tree | e8708cc61f3644da8e34a9be9ac5d541c7355e55 /actions | |
parent | 4e3891d24edc2bcbca710d73127521b3451b2cd5 (diff) |
Doc comment in showgroup
Diffstat (limited to 'actions')
-rw-r--r-- | actions/showgroup.php | 6 |
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); |