diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-08-09 20:59:14 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-08-09 20:59:14 +0200 |
commit | 32c3267295d20b14a9552f4fc4c66feb7713c550 (patch) | |
tree | 398e2b799341e5878f1157b6512bb96c6cac7621 /phpBB/styles/prosilver/template | |
parent | 1956bd4bbab091bd4bb9095e6413f59ec24b53fc (diff) | |
parent | edeeff597f070f27a28aceb17e9acdb78233128b (diff) | |
download | forums-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.html | 2 |
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 --> |