diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-18 02:01:06 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-18 02:01:06 -0700 |
commit | 57274d21ba554e43c6fcd90555388a60d3de014d (patch) | |
tree | 41fe8f986b8f41312058ee026069c2d098f2c27e /actions/showgroup.php | |
parent | dff43c03e4cdd76419a430f0942e9eacf30e13b7 (diff) |
Group theming.
Diffstat (limited to 'actions/showgroup.php')
-rw-r--r-- | actions/showgroup.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/actions/showgroup.php b/actions/showgroup.php index 357f579d8..b6a0f4844 100644 --- a/actions/showgroup.php +++ b/actions/showgroup.php @@ -47,10 +47,9 @@ define('MEMBERS_PER_SECTION', 27); * @link http://laconi.ca/ */ -class ShowgroupAction extends Action +class ShowgroupAction extends GroupDesignAction { - /** group we're viewing. */ - var $group = null; + /** page we're viewing. */ var $page = null; |