diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-21 16:53:57 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-24 18:36:15 +0300 |
commit | 08811daa74dec097c5194f14dca2b30a6e11a631 (patch) | |
tree | 4de911b2fbdc505031ec809e80ad1677fe03f39b | |
parent | 4188d178f340f5784dfc762d64db29f38eb814f7 (diff) | |
download | forums-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.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 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> » {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> » </span>{postrow.POST_DATE} </p> <!-- IF postrow.S_POST_UNAPPROVED --> <form method="post" class="mcp_approve" action="{postrow.U_APPROVE_ACTION}"> |