assignInclude( "header", "./$skindir/header.tpl" ); $tpl->assignInclude( "footer", "./$skindir/footer.tpl" ); //let TemplatePower do its thing, parsing etc. $tpl->prepare(); include("includes/pagesetup.php"); //Start modifying below: /* This page is included for pages that require the inclusion of php scripting. If you need to include html/text only you're encouraged to use the custom page panel in the admin area.*/ //Don't modify below this line $tpl->assign("output", $output); $tpl->printToScreen(); dbclose( ); ?>