Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. <?php
  2. include ('../../common.php');
  3. define ('TITLE', 'Game Name');
  4. ShowHead();
  5. SideBar();
  6. ?>
  7. <div class="text">
  8. <h1><?php echo TITLE; ?></h1>
  9. <p>
  10. Game goes here.
  11. </p>
  12. <div id="game">
  13. <p>Instructions go here.</p>
  14. <p><?php echo $add_this; ?></p>
  15. <p><?php echo $broken; ?></p>
  16. </div>
  17. </div>
  18. <?php
  19. ShowFoot();
  20. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement