aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2013-11-02 15:53:40 -0700
committerDavid King <imkingdavid@gmail.com>2013-11-02 15:53:40 -0700
commit6ee8f19fea6146b4588a4d170fad46bc0c82ef6d (patch)
tree9e6e099365113948efa40628ad6d3694eb65ea69
parent47f7992bf167e1ea3e09999cba52c9a6e6d8d529 (diff)
downloadforums-6ee8f19fea6146b4588a4d170fad46bc0c82ef6d.tar
forums-6ee8f19fea6146b4588a4d170fad46bc0c82ef6d.tar.gz
forums-6ee8f19fea6146b4588a4d170fad46bc0c82ef6d.tar.bz2
forums-6ee8f19fea6146b4588a4d170fad46bc0c82ef6d.tar.xz
forums-6ee8f19fea6146b4588a4d170fad46bc0c82ef6d.zip
[ticket/11975] Remove copy/paste fail, fix tests
PHPBB3-11975
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index 406aba89ac..4e652db372 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -1,6 +1,5 @@
<!-- INCLUDE overall_header.html -->
<!-- IF U_MCP or U_ACP --><p class="responsive-center">[&nbsp;<!-- IF U_ACP --><a href="{U_ACP}" title="{L_ACP}" data-responsive-text="{L_ACP_SHORT}">{L_ACP}</a><!-- IF U_MCP -->&nbsp;|&nbsp;<!-- ENDIF --><!-- ENDIF --><!-- IF U_MCP --><a href="{U_MCP}" title="{L_MCP}" data-responsive-text="{L_MCP_SHORT}">{L_MCP}</a><!-- ENDIF -->&nbsp;]</p><!-- ENDIF -->
-<h2><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h2>
<h2><!-- EVENT viewtopic_topic_title_prepend --><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></h2>
<!-- NOTE: remove the style="display: none" when you want to have the forum description on the topic body -->
<!-- IF FORUM_DESC --><div style="display: none !important;">{FORUM_DESC}<br /></div><!-- ENDIF -->