1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-12 01:50:48 +01:00

Added boardlist to the bottom of the page too

This commit is contained in:
Savetheinternet 2011-02-19 20:26:08 +11:00
parent 60ac971de0
commit 9a0d23b560
2 changed files with 2 additions and 0 deletions

View File

@ -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>

View File

@ -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>