diff options
author | Marc Alexander <admin@m-a-styles.de> | 2018-12-26 21:51:29 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2018-12-26 21:51:29 +0100 |
commit | 95424f1b98a60e3b9a803e0a6262b368f2886219 (patch) | |
tree | 687521ee3d1754332a5e60a6a288a85f2d962090 /phpBB/styles/prosilver | |
parent | 64b66a51b6291aa91277f98207813dbb78e7df6a (diff) | |
parent | fe382708f5d8dae6a49d5032d874bdfc6b26a2f2 (diff) | |
download | forums-95424f1b98a60e3b9a803e0a6262b368f2886219.tar forums-95424f1b98a60e3b9a803e0a6262b368f2886219.tar.gz forums-95424f1b98a60e3b9a803e0a6262b368f2886219.tar.bz2 forums-95424f1b98a60e3b9a803e0a6262b368f2886219.tar.xz forums-95424f1b98a60e3b9a803e0a6262b368f2886219.zip |
Merge pull request #5474 from mrgoldy/ticket/15901
[ticket/15901] Add mcp_post_ template events
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_post.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html index cf9d0bd6c1..c2297a8053 100644 --- a/phpBB/styles/prosilver/template/mcp_post.html +++ b/phpBB/styles/prosilver/template/mcp_post.html @@ -108,10 +108,14 @@ </p> <!-- ENDIF --> + {% EVENT mcp_post_text_before %} + <div id="post_details" class="content post_details"> {POST_PREVIEW} </div> + {% EVENT mcp_post_text_after %} + <!-- IF S_HAS_ATTACHMENTS --> <dl class="attachbox"> <dt>{L_ATTACHMENTS}</dt> |