has_access(100)) { access_denied(); exit(); } show_header(); switch ($_REQUEST['action']) { default: // Show Catalogs $catalog_ids = Catalog::get_catalogs(); Browse::set_type('catalog'); Browse::show_objects($catalog_ids); break; } show_footer();