?>
" src="themes/<?php 
            echo $_SESSION['prefs']['PREF_THEME'];
            ?>
/images/delete.gif" />
			</a>
		</h3><br/>
	<?php 
            // get group level checks: the checks in subgroups without subgroup names
            $groupLevel_checks = $this->checksDAO->getGroupLevelChecks($group['group_id']);
            if (is_array($groupLevel_checks)) {
                $num_of_checks += count($groupLevel_checks);
                dispaly_check_table($groupLevel_checks, 'gg_' . $group['group_id']);
            }
            // display named subgroups and their checks
            $named_subgroups = $guidelineSubgroupsDAO->getNamedSubgroupByGroupID($group['group_id']);
            if (is_array($named_subgroups)) {
                foreach ($named_subgroups as $subgroup) {
                    ?>
		<h4>
			<?php 
                    echo _AC($subgroup['name']);
                    ?>
			<a href="<?php 
                    echo AC_BASE_HREF;
                    ?>
check/index.php?list=subgroup&amp;gsgid=<?php 
                    echo $subgroup['subgroup_id'];
                    ?>
" 
			       title="<?php