aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-10-21 16:53:57 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-10-24 18:36:15 +0300
commit08811daa74dec097c5194f14dca2b30a6e11a631 (patch)
tree4de911b2fbdc505031ec809e80ad1677fe03f39b
parent4188d178f340f5784dfc762d64db29f38eb814f7 (diff)
downloadforums-08811daa74dec097c5194f14dca2b30a6e11a631.tar
forums-08811daa74dec097c5194f14dca2b30a6e11a631.tar.gz
forums-08811daa74dec097c5194f14dca2b30a6e11a631.tar.bz2
forums-08811daa74dec097c5194f14dca2b30a6e11a631.tar.xz
forums-08811daa74dec097c5194f14dca2b30a6e11a631.zip
[ticket/11956] Hide author on mobile devices
Hide duplicate author name in posts on mobile devices PHPBB3-11956
-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 82c380354b..763d7edb16 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -193,7 +193,7 @@
<!-- ENDIF -->
<!-- ENDIF -->
- <p class="author"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF -->{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong> &raquo; {postrow.POST_DATE} </p>
+ <p class="author"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF --><span class="responsive-hide">{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong> &raquo; </span>{postrow.POST_DATE} </p>
<!-- IF postrow.S_POST_UNAPPROVED -->
<form method="post" class="mcp_approve" action="{postrow.U_APPROVE_ACTION}">