user_has_rights() ) { // Redirect when creating new equipment type if( is_valid_action("equipment_new") ) { // Redirect to equipment new page header("Location: ?id=" . $_PAGE_INFO['id'] . "&href=page/menu_system_info&action=" . $_SESSION[$_PAGE_INFO['id']]['action'] . ""); } else { // Show page header print_xml_header(); // Include search content include("menu_system_search_content.php"); // Show page footer print_page_footer(); } } ?>