Advertisement
Mr_MitchW

Untitled

Jun 4th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <?php
  2. require_once 'include.php';
  3. renderTop();
  4. ?>
  5.  
  6. <div id="center">
  7. <?php
  8. renderMenu();
  9. renderIndexContent();
  10. ?>
  11. <pre>
  12. <code class="hljs html">
  13. <h2>lala</h2>
  14. </code>
  15. </pre>
  16. <pre>
  17. <code class="hljs php">
  18. $i = 3;
  19. $i + $i;
  20. echo $i;
  21. </code>
  22. </pre>
  23. </div>
  24.  
  25. <?php
  26. renderBottom();
  27. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement