aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-08-09 20:59:14 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-08-09 20:59:14 +0200
commit32c3267295d20b14a9552f4fc4c66feb7713c550 (patch)
tree398e2b799341e5878f1157b6512bb96c6cac7621 /phpBB/styles/prosilver/template
parent1956bd4bbab091bd4bb9095e6413f59ec24b53fc (diff)
parentedeeff597f070f27a28aceb17e9acdb78233128b (diff)
downloadforums-32c3267295d20b14a9552f4fc4c66feb7713c550.tar
forums-32c3267295d20b14a9552f4fc4c66feb7713c550.tar.gz
forums-32c3267295d20b14a9552f4fc4c66feb7713c550.tar.bz2
forums-32c3267295d20b14a9552f4fc4c66feb7713c550.tar.xz
forums-32c3267295d20b14a9552f4fc4c66feb7713c550.zip
Merge branch '3.1.x'
Conflicts: phpBB/styles/subsilver2/template/posting_body.html
Diffstat (limited to 'phpBB/styles/prosilver/template')
-rw-r--r--phpBB/styles/prosilver/template/posting_layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_layout.html b/phpBB/styles/prosilver/template/posting_layout.html
index 34f0c63d5c..19a7351d78 100644
--- a/phpBB/styles/prosilver/template/posting_layout.html
+++ b/phpBB/styles/prosilver/template/posting_layout.html
@@ -1,7 +1,7 @@
<!-- INCLUDE overall_header.html -->
<!-- IF TOPIC_TITLE -->
- <h2 class="posting-title"><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></h2>
+ <h2 class="posting-title"><!-- EVENT posting_topic_title_before --><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></h2>
<!-- ELSE -->
<h2 class="posting-title"><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h2>
<!-- ENDIF -->