Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- include("include/session.php");
- include("include/db.php");
- include("include/utility.php");
- ;echo '<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>'; echo cvl("site_title");echo ' - Admin Panel</title>
- <link type="text/css" rel="stylesheet" href="style.css" />
- <script type="text/javascript" src="js.js"></script>
- </head>
- <body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0">
- <center>
- <table height="100%" border="0" cellspacing="0" cellpadding="0" class="super">
- <tr>
- <td align="left" height="1">'; include("include/header.php"); ;echo '</td>
- </tr>
- <tr>
- <td align="center" valign="top">
- <table border="0" align="center" cellpadding="0" cellspacing="0" width="100%">
- <tr>
- <td align="center" valign="top" >'; include("include/leftmenu.php");;echo '</td>
- <td align="center" valign="top" >'; include("dashboard.php"); ;echo '</td>
- </tr>
- </table></td>
- </tr>
- <tr>
- <td align="left" height="1">'; include("include/footer.php"); ;echo '</td>
- </tr>
- </table>
- </center>
- </body>
- </html>';
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement