BOX_HEADING_CONFIGURATION, 'link' => tep_href_link(FILENAME_CONFIGURATION, 'gID=1&selected_box=configuration')); if ($selected_box == 'configuration') { $cfg_groups = ''; $configuration_groups_query = tep_db_query("select configuration_group_id as cgID, configuration_group_title as cgTitle from " . TABLE_CONFIGURATION_GROUP . " where visible = '1' order by sort_order"); while ($configuration_groups = tep_db_fetch_array($configuration_groups_query)) { $cfg_groups .= '' . $configuration_groups['cgTitle'] . '
'; } $contents[] = array('text' => $cfg_groups); } $box = new box; echo $box->menuBox($heading, $contents); ?>