diff options
| author | Christian Fowler <cfowler2@wcpss.net> | 2013-04-25 12:09:34 -0400 |
|---|---|---|
| committer | Christian Fowler <cfowler2@wcpss.net> | 2013-04-25 12:09:34 -0400 |
| commit | 3e57dfc809088117450fbbd489890f5702be0d22 (patch) | |
| tree | 3f7b79456c42616ca5c8681d801766883dd333dc /templates | |
| parent | 107cc43f75feb1b7c9da2da08ce958a27e63e2b1 (diff) | |
| download | boards-3e57dfc809088117450fbbd489890f5702be0d22.tar.gz boards-3e57dfc809088117450fbbd489890f5702be0d22.tar.bz2 boards-3e57dfc809088117450fbbd489890f5702be0d22.zip | |
move pagination under board title in topics list
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/list_topics.tpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/list_topics.tpl b/templates/list_topics.tpl index 9029ca7..69da05d 100644 --- a/templates/list_topics.tpl +++ b/templates/list_topics.tpl @@ -36,7 +36,9 @@ {/if} </div> + {pagination b=$smarty.request.b} <div class="body"> + {include file="bitpackage:liberty/comments_post_inc.tpl" post_title="Post" hide=1} {form id="checkform"} <input type="hidden" name="board_id" value="{$smarty.request.board_id}" /> <input type="hidden" name="offset" value="{$control.offset|escape}" /> @@ -147,8 +149,6 @@ {/if} {/form} - {pagination b=$smarty.request.b} - {include file="bitpackage:boards/legend_inc.tpl" topicicons=1} </div><!-- end .body --> </div><!-- end .admin --> @@ -157,5 +157,4 @@ {formfeedback warning="Your post will not be shown immediately it will have to be approved by a moderator"} {/if} -{include file="bitpackage:liberty/comments_post_inc.tpl" post_title="Post" hide=1} {/strip} |
