<?
session_start();
include('admin/db.php');
$title = "Title Goes Here";
$headertitle = "Header Title Goes Here";
include($basepath.'/templates/template.overall_header.php');
?>
This is a sample empty template.
<? include($basepath.'/templates/template.overall_footer.php'); ?>