Browse Source

Added boardlist to the bottom of the page too

pull/40/head
Savetheinternet 13 years ago
parent
commit
9a0d23b560
  1. 1
      templates/index.html
  2. 1
      templates/thread.html

1
templates/index.html

@ -107,6 +107,7 @@
<div class="pages">{btn[prev]} {pages:
[<a {pages[selected]?class="selected"}{!pages[selected]?href="{pages[link]}"}>{pages[num]}</a>]{!%last? }
} {btn[next]}</div>
{boardlist}
<p class="unimportant" style="margin-top:20px;text-align:center;">Tinyboard Software Copyright &copy; 2010-2011 <a href="http://omegasdg.com/">OmegaSDG</a></p>
</body>
</html>

1
templates/thread.html

@ -97,6 +97,7 @@
</div>
</form>
<a href="{return}">[Return.]</a>
{boardlist}
<p class="unimportant" style="text-align:center;">Tinyboard Software Copyright &copy; 2010-2011 <a href="http://omegasdg.com/">OmegaSDG</a></p>
</body>
</html>
Loading…
Cancel
Save