IPB UPGRADE TEMPLATE MODULES
| > Script written by Matt Mecham
| > Date started: 23rd April 2004
+--------------------------------------------------------------------------
*/
if ( ! defined( 'IN_IPB' ) )
{
print "
Incorrect access
You cannot access this file directly. If you have recently upgraded, make sure you upgraded all the relevant files.";
exit();
}
class template
{
var $content = "";
function output($title='')
{
$year = date("Y");
print $this->print_top($title);
print $this->content;
print "
Invision Power Board © $year Invision Power Services, Inc.