aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-07-05 00:30:02 +0200
committerJoas Schilling <nickvergessen@gmx.de>2012-07-05 01:03:19 +0200
commitf1056a9b2fd6e4ff7bc107372e9210bae9e077f0 (patch)
tree59b77442e1cfb1cd74ebb176fb84e21ea0f9e467 /phpBB/styles/subsilver2
parentfc3a19567f1852389dfa78472cca4b1d01387bfa (diff)
downloadforums-f1056a9b2fd6e4ff7bc107372e9210bae9e077f0.tar
forums-f1056a9b2fd6e4ff7bc107372e9210bae9e077f0.tar.gz
forums-f1056a9b2fd6e4ff7bc107372e9210bae9e077f0.tar.bz2
forums-f1056a9b2fd6e4ff7bc107372e9210bae9e077f0.tar.xz
forums-f1056a9b2fd6e4ff7bc107372e9210bae9e077f0.zip
[ticket/10811] Make toogle_subscribe more generic so it can toogle all links
PHPBB3-10811
Diffstat (limited to 'phpBB/styles/subsilver2')
-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 f132185716..afb8426799 100644
--- a/phpBB/styles/subsilver2/template/viewforum_body.html
+++ b/phpBB/styles/subsilver2/template/viewforum_body.html
@@ -154,7 +154,7 @@
<td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->">
<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 valign="middle">&nbsp;<!-- IF U_WATCH_FORUM_LINK and not S_IS_BOT --><a href="{U_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>
</tr>
</table>