aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_body.html
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2015-09-06 16:18:07 +0200
committerJakub Senko <jakubsenko@gmail.com>2015-10-12 20:05:48 +0200
commitd507bce98a998660ce83e41bbc31cbffdb5a0da8 (patch)
tree62bc00752e902aaa3300f78bce0b285bdb7782d8 /phpBB/styles/prosilver/template/viewtopic_body.html
parent8cab2374f98e507cba2f0b10da4155110a73fc00 (diff)
downloadforums-d507bce98a998660ce83e41bbc31cbffdb5a0da8.tar
forums-d507bce98a998660ce83e41bbc31cbffdb5a0da8.tar.gz
forums-d507bce98a998660ce83e41bbc31cbffdb5a0da8.tar.bz2
forums-d507bce98a998660ce83e41bbc31cbffdb5a0da8.tar.xz
forums-d507bce98a998660ce83e41bbc31cbffdb5a0da8.zip
[ticket/14146] Add viewtopic_body_post_subject_before event
PHPBB3-14146
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 b7506608d9..0728fdbf44 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -216,6 +216,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="" /> <!-- 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) -->