check_for($module)) { $display_buffer .= "Module \"$module\" not found
\n"; template_display(); } // end of checking for module //----- Load specified module execute_module ($module); //----- Display template template_display(); ?>