setPrefs(); $groupList = Group::getGroupsRange('', true); $this->smarty->assign('results', $groupList); $meta_title = 'Browse Groups'; $meta_keywords = 'browse,groups,description,details'; $meta_description = 'Browse groups'; $content = $this->smarty->fetch('browsegroup.tpl'); $this->smarty->assign(compact('content', 'meta_title', 'meta_keywords', 'meta_description')); $this->pagerender(); } }