aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/pagination.html
diff options
context:
space:
mode:
authorDominik Dröscher <dhn2@users.sourceforge.net>2006-09-24 16:02:25 +0000
committerDominik Dröscher <dhn2@users.sourceforge.net>2006-09-24 16:02:25 +0000
commit8e06ad382995d8f7b0b7da1ea54d79723f0349e4 (patch)
treed1928085d36a3684ddadff9c878364f573017862 /phpBB/styles/subSilver/template/pagination.html
parente1beb68ae113baed5928b365f5f9105315d6f739 (diff)
downloadforums-8e06ad382995d8f7b0b7da1ea54d79723f0349e4.tar
forums-8e06ad382995d8f7b0b7da1ea54d79723f0349e4.tar.gz
forums-8e06ad382995d8f7b0b7da1ea54d79723f0349e4.tar.bz2
forums-8e06ad382995d8f7b0b7da1ea54d79723f0349e4.tar.xz
forums-8e06ad382995d8f7b0b7da1ea54d79723f0349e4.zip
Welcome the new pagination.html - splitting up multiple pages since 1897.
git-svn-id: file:///svn/phpbb/trunk@6406 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/pagination.html')
-rw-r--r--phpBB/styles/subSilver/template/pagination.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/subSilver/template/pagination.html b/phpBB/styles/subSilver/template/pagination.html
new file mode 100644
index 0000000000..fa636e5bad
--- /dev/null
+++ b/phpBB/styles/subSilver/template/pagination.html
@@ -0,0 +1 @@
+<!-- IF PAGINATION --><b><a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{L_GOTO_PAGE}</a> <!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}">{L_PREVIOUS}</a>&nbsp;&nbsp;<!-- ENDIF -->{PAGINATION}<!-- IF NEXT_PAGE -->&nbsp;&nbsp;<a href="{NEXT_PAGE}">{L_NEXT}</a><!-- ENDIF --></b><!-- ENDIF --> \ No newline at end of file