Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- include('core/init.inc.php');
- ?>
- <html>
- <head>
- <link rel="stylesheet" type="text/css" href="ext/main.css">
- </head>
- <body>
- <div id="wrap">
- <?php
- include($include_file);
- ?>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment