rand(), 'name' => $configuration_groups['cgTitle'], 'url' => tep_href_link(FILENAME_CONFIGURATION, 'selected_box=configuration&gID=' . $configuration_groups['cgID'], 'NONSSL') ); } // Set this menu and add to the tree $menu = array( 'id' => rand(), 'name' => BOX_HEADING_CONFIGURATION, 'isOpen' => ($selected_box == 'configuration') ? true : false, 'children' => $children ); $sc_tree->addData($menu);