aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-01-30 16:51:50 -0600
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-01-30 16:51:50 -0600
commit5154c6960d5d22b7fc2fab890056ce5c047c08a4 (patch)
tree69383a31e776ef8909b42072faa5b0c3999b8849 /phpBB/styles/subsilver2/template
parentba5d84ba1d8bb7e341dc5983efddb31afde51e71 (diff)
parent80283646e26661c32dbac14c059a453c7285deb4 (diff)
downloadforums-5154c6960d5d22b7fc2fab890056ce5c047c08a4.tar
forums-5154c6960d5d22b7fc2fab890056ce5c047c08a4.tar.gz
forums-5154c6960d5d22b7fc2fab890056ce5c047c08a4.tar.bz2
forums-5154c6960d5d22b7fc2fab890056ce5c047c08a4.tar.xz
forums-5154c6960d5d22b7fc2fab890056ce5c047c08a4.zip
Merge remote-tracking branch 'remotes/Senky/ticket/10050' into develop-olympus
# By Senky # Via Senky * remotes/Senky/ticket/10050: [ticket/10050] removing prosilver edits [ticket/10050] adding .topicrow to template condition
Diffstat (limited to 'phpBB/styles/subsilver2/template')
-rw-r--r--phpBB/styles/subsilver2/template/viewforum_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html
index 6511fa5349..ee6ec26ab2 100644
--- a/phpBB/styles/subsilver2/template/viewforum_body.html
+++ b/phpBB/styles/subsilver2/template/viewforum_body.html
@@ -155,7 +155,7 @@
<table width="100%" cellspacing="0">
<tr class="nav">
<td valign="middle">&nbsp;<!-- IF S_WATCH_FORUM_LINK and not S_IS_BOT --><a href="{S_WATCH_FORUM_LINK}">{S_WATCH_FORUM_TITLE}</a><!-- ENDIF --></td>
- <td align="{S_CONTENT_FLOW_END}" valign="middle"><!-- IF not S_IS_BOT and U_MARK_TOPICS --><a href="{U_MARK_TOPICS}">{L_MARK_TOPICS_READ}</a><!-- ENDIF -->&nbsp;</td>
+ <td align="{S_CONTENT_FLOW_END}" valign="middle"><!-- IF not S_IS_BOT and U_MARK_TOPICS and .topicrow --><a href="{U_MARK_TOPICS}">{L_MARK_TOPICS_READ}</a><!-- ENDIF -->&nbsp;</td>
</tr>
</table>
</td>