Advertisement
oakhearted

board wrapper

Jul 13th, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title><% TITLE %></title>
  5. <% CSS %>
  6. <% JAVASCRIPT %>
  7. </head>
  8. <body>
  9.  
  10. <div class="mywrapper">
  11. <div class="sidebanner"></div>
  12. <h1>Logo</h1>
  13. <h2>welcome to this forum</h2>
  14. </div>
  15. <div id="wrapper">
  16. <div id="logo">
  17. <a href="index.php"><{LOGO}></a>
  18. <div id="searchbar">
  19. <div class="search-container">
  20.  
  21. </div>
  22. </div>
  23. </div>
  24. <% BOARD HEADER %>
  25. <div id="innerwrapper">
  26. <div id="navi">
  27. <% NAVIGATION %>
  28. </div>
  29. <% DSHOUTBOX %>
  30. <% BOARD %>
  31. <div id="skin_selector">
  32. <% SKIN_SELECTOR %>
  33. </div>
  34. <% COPYRIGHT %>
  35. <script>$('#logo a img[src="style_images/1/spacer.gif"]').replaceWith('<!-- |board_name| -->');</script>
  36. </div>
  37. </div>
  38. </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement