Auburn University
Students
Prospective Students
Employees
Alumni
Tiger Fans
Auburn University
 
 

Small Stretch 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: This header and footer is for content that can't fit within 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_stretch.php"); ?>;

<h2>Your Title Here</h2>

<p>Your Content Here</p>

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