Warning: include(../includes/quicklinks.html): Failed to open stream: No such file or directory in /export/vol2/httpd/htdocs/main/weather/includes/au_header_small.php on line 66 Warning: include(): Failed opening '../includes/quicklinks.html' for inclusion (include_path='.:/php/includes:/export/vol2/httpd/htdocs/includes:/export/vol2/httpd/htdocs/its/oit/includes ') in /export/vol2/httpd/htdocs/main/weather/includes/au_header_small.php on line 66
Auburn University
Auburn University
 
 

Small Header Template using PHP

This is a test of the PHP header and footer includes.

Everything surrounding this test was included from other files by the browser.

Note: Your content will be enclosed by a table with a width of 770 pixels.

Daniel Dixon (updated August 15th, 2005)

Here is the code for this page:

<html>
<head>
<title>Test Template</title>
<? include("../includes/au_header_small.php"); ?>

<h2>Your Title Here</h2>

<p>Your Content Here</p>

<? include("../includes/au_footer.php"); ?>