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"); ?>