Guest User

Untitled

a guest
Jan 21st, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <?php include "header.php"; ?>
  2. </head>
  3. <body>
  4. <div id="container">
  5. <?php include_once 'top.php'; ?>
  6. <div id="content">
  7. <h2><?php echo _("Habitat photo gallery Page"); ?></h2>
  8. <p><?php echo _("Here will be the text of pages."); ?></p>
  9. </div>
  10.  
  11. <div id="footer">
  12. <?php echo _("Copyright (c) 2010. All rights reserved. Developed by NBGI-Systems."); ?>
  13. </div>
  14. </div>
  15. </body>
  16. </html>
Add Comment
Please, Sign In to add comment