Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- include ('common.php');
- ShowHead();
- TopNav();
- $id = $_GET['id'];
- if ($id == 'links')
- {
- include './pages/links.php';
- }
- else if ($id == 'privacy')
- {
- include './pages/privacy.php';
- }
- else if ($id =='contact')
- {
- include './pages/contact.php';
- }
- else
- {
- ?>
- <div class="colmask leftmenu">
- <div class="colleft">
- <div class="col1">
- <!-- Column 1 start -->
- <h2>Featured Game</h2>
- <p style="text-align: center;">
- <a href="./games/shooting/endlesszombierampage.php"><img alt="Featured Game" src="featured.JPG" border="0"></a>
- <br />
- Click the image to play!
- </p>
- <p>
- The featured game is Endless Zombie Rampage! Find out how long you can last in this bloody, intense shoot 'em up game!
- </p>
- <!-- Column 1 end -->
- </div>
- <?php
- }
- ShowLeft();
- echo '</div>
- </div>';
- ShowFoot(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement