Guest User

Untitled

a guest
Aug 27th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?php
  2. include('core/init.inc.php');
  3.  
  4. ?>
  5. <html>
  6. <head>
  7.  
  8. <link rel="stylesheet" type="text/css" href="ext/main.css">
  9. </head>
  10. <body>
  11. <div id="wrap">
  12. <?php
  13. include($include_file);
  14. ?>
  15. </div>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment