aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-10-08 12:02:56 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-10-08 12:02:56 +0200
commit82743c792287a1efe906c231df7d22dadc8bedcd (patch)
tree731130f5e84a183440473751fbaef3e38d777888
parentfdc9c06209f25ed40effb9f8bdcad1a5d0bd865c (diff)
parent78babc09fc9f8f89120a20b75641c6ad847b63dc (diff)
downloadforums-82743c792287a1efe906c231df7d22dadc8bedcd.tar
forums-82743c792287a1efe906c231df7d22dadc8bedcd.tar.gz
forums-82743c792287a1efe906c231df7d22dadc8bedcd.tar.bz2
forums-82743c792287a1efe906c231df7d22dadc8bedcd.tar.xz
forums-82743c792287a1efe906c231df7d22dadc8bedcd.zip
Merge pull request #3949 from hanakin/ticket/14221
[ticket/14221]Fix the header
-rw-r--r--phpBB/styles/prosilver/template/viewforum_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html
index e99c98fb1b..79a1e48fe6 100644
--- a/phpBB/styles/prosilver/template/viewforum_body.html
+++ b/phpBB/styles/prosilver/template/viewforum_body.html
@@ -139,8 +139,8 @@
<div class="inner">
<ul class="topiclist">
<li class="header">
- <dt<!-- IF S_DISPLAY_ACTIVE --> id="active_topics"<!-- ENDIF -->><div class="list-inner"><!-- IF S_DISPLAY_ACTIVE -->{L_ACTIVE_TOPICS}<!-- ELSEIF topicrow.S_TOPIC_TYPE_SWITCH and (topicrow.S_POST_ANNOUNCE or topicrow.S_POST_GLOBAL) -->{L_ANNOUNCEMENTS}<!-- ELSE -->{L_TOPICS}<!-- ENDIF --></div></dt>
<dl class="row-item">
+ <dt<!-- IF S_DISPLAY_ACTIVE --> id="active_topics"<!-- ENDIF -->><div class="list-inner"><!-- IF S_DISPLAY_ACTIVE -->{L_ACTIVE_TOPICS}<!-- ELSEIF topicrow.S_TOPIC_TYPE_SWITCH and (topicrow.S_POST_ANNOUNCE or topicrow.S_POST_GLOBAL) -->{L_ANNOUNCEMENTS}<!-- ELSE -->{L_TOPICS}<!-- ENDIF --></div></dt>
<dd class="posts">{L_REPLIES}</dd>
<dd class="views">{L_VIEWS}</dd>
<dd class="lastpost"><span>{L_LAST_POST}</span></dd>