Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{$mybb->settings['bbname']}</title>
  4. {$headerinclude}{$recentthread_headerinclude}
  5. <script type="text/javascript">
  6. <!--
  7. lang.no_new_posts = "{$lang->no_new_posts}";
  8. lang.click_mark_read = "{$lang->click_mark_read}";
  9. // -->
  10. </script>
  11. </head>
  12. <body>
  13. {$header}
  14. <br />
  15. <div class="forums float-left">{$forums}</div>
  16. <aside class="main-aside float-right">
  17. <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
  18. <tr>
  19. <td class="thead">
  20. <div class="cat-icon float-left"><i class="far fa-newspaper"></i></div>
  21. <div class="tborder-name">Informacja</div>
  22. </td>
  23. </tr>
  24. <tr>
  25. <td class="trow1">
  26. <a href="mtasa://178.33.50.45:22003"><img class="menu_item" width="120px" height="126px" src="https://paradise-rpg.pl/menu/zagraj.png"></a><a href="https://paradise-rpg.pl/premium"><img class="menu_item" width="120px" height="126px" src="https://paradise-rpg.pl/menu/sklep.png"></a>
  27. <a href="https://paradise-rpg.pl/forum/90-propozycje/"><img class="menu_item" width="120px" height="126px" src="https://paradise-rpg.pl/menu/pytanie.png"></a><a href="https://paradise-rpg.pl/forum/84-skargi/"><img class="menu_item" width="120px" height="126px" src="https://paradise-rpg.pl/menu/skargi.png"></a>
  28. <a href="https://paradise-rpg.pl/forum/83-apelacje-od-kar/"><img class="menu_item" width="120px" height="126px" src="http://backrpgv2.svpj.pl/forum//images/backrpg/button_apelacje.png"></a><a href="https://paradise-rpg.pl/forum/87-zg%C5%82aszanie-b%C5%82%C4%99d%C3%B3w/"><img class="menu_item" width="120px" height="126px" src="https://paradise-rpg.pl/menu/bledy.png"></a>
  29. <a href="https://paradise-rpg.pl/password_recovery/"><img class="menu_item" width="120px" height="126px" src="https://paradise-rpg.pl/menu/password.png"></a><a href="https://paradise-rpg.pl/forum/38-poradniki/"><img class="menu_item" width="120px" height="126px" src="https://paradise-rpg.pl/menu/poradniki.png"></a>
  30. </td>
  31. </tr>
  32. </table>
  33. <br />
  34. </aside>
  35. {$boardstats}
  36. {$footer}
  37. </body>
  38. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement