BOX_CUSTOMERS_CUSTOMERS, 'url' => tep_href_link(FILENAME_CUSTOMERS, 'selected_box=customers', 'NONSSL') ); $children[] = array( 'name' => BOX_CUSTOMERS_ORDERS, 'url' => tep_href_link(FILENAME_ORDERS, 'selected_box=customers', 'NONSSL') ); // Set this menu and add to the tree $menu = array( 'id' => BOX_HEADING_CUSTOMERS, 'name' => BOX_HEADING_CUSTOMERS, 'isOpen' => ($selected_box == 'customers') ? true : false, 'children' => $children ); $sc_tree->addData($menu);