diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-11-04 09:38:32 -0800 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-11-04 09:38:32 -0800 |
| commit | 817a21dcfc313cce378167177906f373ede5f39a (patch) | |
| tree | 1c58b337a9480807c9be27a5402d4a4ea26faf92 /phpBB/styles/prosilver/template/viewtopic_body.html | |
| parent | 27e54f94732357548a70496ade558cf9f907f3f7 (diff) | |
| parent | 6ee8f19fea6146b4588a4d170fad46bc0c82ef6d (diff) | |
| download | forums-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.html | 2 |
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>[ <a href="{U_MCP}">{L_MCP}</a> ]</p><!-- ENDIF --> +<!-- IF U_MCP or U_ACP --><p class="responsive-center">[ <!-- IF U_ACP --><a href="{U_ACP}" title="{L_ACP}" data-responsive-text="{L_ACP_SHORT}">{L_ACP}</a><!-- IF U_MCP --> | <!-- ENDIF --><!-- ENDIF --><!-- IF U_MCP --><a href="{U_MCP}" title="{L_MCP}" data-responsive-text="{L_MCP_SHORT}">{L_MCP}</a><!-- ENDIF --> ]</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 --> |
