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