aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorSenky <jakubsenko@gmail.com>2013-01-24 22:54:12 +0100
committerSenky <jakubsenko@gmail.com>2013-01-24 22:54:12 +0100
commit80283646e26661c32dbac14c059a453c7285deb4 (patch)
tree83211898751c85c9b896a4d29e1958943bafe322 /phpBB
parent317964174e9a70972d4c783feb318cb138e2bd57 (diff)
downloadforums-80283646e26661c32dbac14c059a453c7285deb4.tar
forums-80283646e26661c32dbac14c059a453c7285deb4.tar.gz
forums-80283646e26661c32dbac14c059a453c7285deb4.tar.bz2
forums-80283646e26661c32dbac14c059a453c7285deb4.tar.xz
forums-80283646e26661c32dbac14c059a453c7285deb4.zip
[ticket/10050] removing prosilver edits
PHPBB3-10050
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/template/viewforum_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html
index 4b9c514932..02f42fa097 100644
--- a/phpBB/styles/prosilver/template/viewforum_body.html
+++ b/phpBB/styles/prosilver/template/viewforum_body.html
@@ -57,7 +57,7 @@
<!-- IF PAGINATION or TOTAL_POSTS or TOTAL_TOPICS -->
<div class="pagination">
- <!-- IF not S_IS_BOT and U_MARK_TOPICS and .topicrow --><a href="{U_MARK_TOPICS}" accesskey="m">{L_MARK_TOPICS_READ}</a> &bull; <!-- ENDIF --><!-- IF TOTAL_TOPICS -->{TOTAL_TOPICS}<!-- ENDIF -->
+ <!-- IF not S_IS_BOT and U_MARK_TOPICS --><a href="{U_MARK_TOPICS}" accesskey="m">{L_MARK_TOPICS_READ}</a> &bull; <!-- ENDIF --><!-- IF TOTAL_TOPICS -->{TOTAL_TOPICS}<!-- ENDIF -->
<!-- IF PAGE_NUMBER -->
<!-- IF PAGINATION --> &bull; <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> &bull; <span>{PAGINATION}</span><!-- ELSE --> &bull; {PAGE_NUMBER}<!-- ENDIF -->
<!-- ENDIF -->