<html> <head> <META HTTP-EQUIV="Expires" CONTENT="-1"> <title>phpBugTracker Admin - <?php echo $page_title; ?></title> <link rel="StyleSheet" href="../styles/<?php echo STYLE; ?>.css" type="text/css"> <META http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> </head> <body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"> <table width="100%" cellspacing="0" cellpadding="0" height="100%"> <tr> <td class="maincontent"> <?php include($content_template); ?> </td> </tr> </table> </body> </html>