summaryrefslogtreecommitdiff
path: root/actions/showgroup.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-06-18 02:01:06 -0700
committerZach Copley <zach@controlyourself.ca>2009-06-18 02:01:06 -0700
commit57274d21ba554e43c6fcd90555388a60d3de014d (patch)
tree41fe8f986b8f41312058ee026069c2d098f2c27e /actions/showgroup.php
parentdff43c03e4cdd76419a430f0942e9eacf30e13b7 (diff)
Group theming.
Diffstat (limited to 'actions/showgroup.php')
-rw-r--r--actions/showgroup.php5
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;