Execute($query);
global $gCms;
$userops =& $gCms->GetUserOperations();
$groupops =& $gCms->GetGroupOperations();
$grouplist = $groupops->LoadGroups();
$page = 1;
if (isset($_GET['page'])) $page = $_GET['page'];
$limit = 20;
if (count($grouplist) > $limit)
{
echo "
".pagination($page, count($grouplist), $limit)."
";
}
echo $themeObject->ShowHeader('currentgroups').'