aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_body.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-11-15 19:55:47 +0100
committerMarc Alexander <admin@m-a-styles.de>2015-11-15 19:56:30 +0100
commit780e472458a3cba7c875f194bd6a37733ae195e3 (patch)
tree3c96e365933fffccc6bad73d8a4535fad27c8df0 /phpBB/styles/prosilver/template/viewtopic_body.html
parentf7a25ad8c300e8eaea48c38110929bcf03025244 (diff)
parente3f1cca911e001bcae9351d2c265deba26a752c8 (diff)
downloadforums-780e472458a3cba7c875f194bd6a37733ae195e3.tar
forums-780e472458a3cba7c875f194bd6a37733ae195e3.tar.gz
forums-780e472458a3cba7c875f194bd6a37733ae195e3.tar.bz2
forums-780e472458a3cba7c875f194bd6a37733ae195e3.tar.xz
forums-780e472458a3cba7c875f194bd6a37733ae195e3.zip
Merge branch '3.1.x'
Conflicts: phpBB/styles/prosilver/template/viewtopic_body.html phpBB/styles/subsilver2/template/viewtopic_body.html
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index 0c64adc305..19b52c6ff6 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -222,6 +222,7 @@
<!-- ENDIF -->
<div id="post_content{postrow.POST_ID}"<!-- IF postrow.S_POST_HIDDEN --> style="display: none;"<!-- ENDIF -->>
+ <!-- EVENT viewtopic_body_post_subject_before -->
<h3 <!-- IF postrow.S_FIRST_ROW -->class="first"<!-- ENDIF -->><!-- IF postrow.POST_ICON_IMG --><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="{postrow.POST_ICON_IMG_ALT}" title="{postrow.POST_ICON_IMG_ALT}" /> <!-- ENDIF --><a href="#p{postrow.POST_ID}">{postrow.POST_SUBJECT}</a></h3>
<!-- DEFINE $SHOW_POST_BUTTONS = (postrow.U_EDIT or postrow.U_DELETE or postrow.U_REPORT or postrow.U_WARN or postrow.U_INFO or postrow.U_QUOTE) -->