Page number display fix.
This commit is contained in:
parent
25bc80d9ab
commit
36b9b07156
@ -68,7 +68,7 @@
|
||||
<hr/>
|
||||
{body}
|
||||
Pages: {pages:
|
||||
<a href="{pages[link]}">{pages[num]}</a>
|
||||
[<a href="{pages[link]}">{pages[num]}</a>]{!%last? }
|
||||
}
|
||||
<p class="unimportant" style="text-align:center;">Copyright © 2010 <a href="http://omegadev.org/">OmegaSDG</a></p>
|
||||
</body>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<body>
|
||||
<h1>{board[url]} - {board[name]}</h1>
|
||||
<div class="title">{board[title]}</div>
|
||||
<div class="banner">Posting mode: Reply <a class="unimportant" href="{index}">[Return.]</a></div>
|
||||
<div class="banner">Posting mode: Reply <a class="unimportant" href="{index}{board[dir]}">[Return.]</a></div>
|
||||
<form onsubmit="return dopost(this);" enctype="multipart/form-data" action="{post_url}" method="post">
|
||||
<input type="hidden" name="thread" value="{id}" />
|
||||
<table>
|
||||
|
Loading…
Reference in New Issue
Block a user