diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-09-12 13:24:29 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-09-12 13:24:29 +0200 |
commit | 087a42a8877a3e84fcea64d20e50330dea2bd175 (patch) | |
tree | 3285f050a8ed05fbeaab1ff43e321262f5759b99 /phpBB/styles/prosilver | |
parent | 8f6b50922ffc7d6c55fdfecf09ccde293546db24 (diff) | |
parent | c166adf3c7e9e9bdb188c4b0eb434147fadb4c74 (diff) | |
download | forums-087a42a8877a3e84fcea64d20e50330dea2bd175.tar forums-087a42a8877a3e84fcea64d20e50330dea2bd175.tar.gz forums-087a42a8877a3e84fcea64d20e50330dea2bd175.tar.bz2 forums-087a42a8877a3e84fcea64d20e50330dea2bd175.tar.xz forums-087a42a8877a3e84fcea64d20e50330dea2bd175.zip |
Merge branch '3.1.x'
Conflicts:
phpBB/styles/subsilver2/template/posting_body.html
Diffstat (limited to 'phpBB/styles/prosilver')
-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 19a7351d78..22da32076c 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"><!-- EVENT posting_topic_title_before --><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><!-- EVENT posting_topic_title_after --></h2> <!-- ELSE --> <h2 class="posting-title"><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h2> <!-- ENDIF --> |