/* * Draw the HTML headers */ HTML_draw_html_header( $css_to_load ); /* * Draw the page header (title graphic, nav bar, etc.) */ HTML_draw_page_header(); /* * DO STUFF HERE * */ PAGES_display_about_us_text(); /* * Draw the page footer */ HTML_draw_page_footer(); /* * Call the HTML footer and close the page */ HTML_draw_html_footer(); exit; ?>