aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_body.html
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-11-04 09:38:32 -0800
committerNathan Guse <nathaniel.guse@gmail.com>2013-11-04 09:38:32 -0800
commit817a21dcfc313cce378167177906f373ede5f39a (patch)
tree1c58b337a9480807c9be27a5402d4a4ea26faf92 /phpBB/styles/prosilver/template/viewtopic_body.html
parent27e54f94732357548a70496ade558cf9f907f3f7 (diff)
parent6ee8f19fea6146b4588a4d170fad46bc0c82ef6d (diff)
downloadforums-817a21dcfc313cce378167177906f373ede5f39a.tar
forums-817a21dcfc313cce378167177906f373ede5f39a.tar.gz
forums-817a21dcfc313cce378167177906f373ede5f39a.tar.bz2
forums-817a21dcfc313cce378167177906f373ede5f39a.tar.xz
forums-817a21dcfc313cce378167177906f373ede5f39a.zip
Merge pull request #1826 from imkingdavid/ticket/11975
[ticket/11975] Add ACP link next to MCP link in header
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index d597575939..b7c5f16e96 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -1,5 +1,5 @@
<!-- INCLUDE overall_header.html -->
-<!-- IF U_MCP --><p>[&nbsp;<a href="{U_MCP}">{L_MCP}</a>&nbsp;]</p><!-- ENDIF -->
+<!-- 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><!-- 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 -->