Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <?php include('./includes/header.php'); ?>
- <meta name="keywords" content="" />
- <meta name="description" content="" />
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
- <title><?php echo $core->pagetitle; ?></title>
- <link href="style.css" rel="stylesheet" type="text/css" media="screen" />
- </head>
- <body>
- <div id="wrapper">
- <div id="header">
- <div id="logo">
- <h1><a href="./index.php"><?php echo $core->logotext; ?></a></h1>
- <p><?php echo $core->logodesc; ?></p>
- </div>
- <div id="menu">
- <ul>
- <?php $core->generateLinks($_SERVER['PHP_SELF']); ?>
- </ul>
- </div>
- </div>
- <div id="page">
- <div id="page-bgtop">
- <div id="page-bgbtm">
- <div id="content">
- <?php $core->getNews(); ?>
- <div style="clear: both;"> </div>
- </div>
- <div id="sidebar">
- <ul>
- <li>
- <?php $core->userPanel(); ?>
- </li>
- <li>
- <?php $core->serverStats(); ?>
- </li>
- </ul>
- </div>
- <div style="clear: both;"> </div>
- </div>
- </div>
- </div>
- </div>
- <div id="footer">
- <?php $core->footer(); ?>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment