diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2017-05-21 14:20:03 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2017-05-21 14:20:03 +0200 |
| commit | 03c30d4bc6e6a6d720d3665201885eeee3e23bfc (patch) | |
| tree | b2a6b03d34d43be83a79d3df8f13ec846ca493cd /phpBB/styles | |
| parent | fbc8a4a27564afe21cd30aa9c3eb6bf8a35a7e64 (diff) | |
| parent | 1a1def5339de992368b735c8e47baedbaa464ab9 (diff) | |
| download | forums-03c30d4bc6e6a6d720d3665201885eeee3e23bfc.tar forums-03c30d4bc6e6a6d720d3665201885eeee3e23bfc.tar.gz forums-03c30d4bc6e6a6d720d3665201885eeee3e23bfc.tar.bz2 forums-03c30d4bc6e6a6d720d3665201885eeee3e23bfc.tar.xz forums-03c30d4bc6e6a6d720d3665201885eeee3e23bfc.zip | |
Merge pull request #4838 from marc1706/ticket/15020
[ticket/15020] Add Event for mcp_topic_postrow_post_subject
Diffstat (limited to 'phpBB/styles')
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_topic.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html index 22d837b3d1..af4b63265f 100644 --- a/phpBB/styles/prosilver/template/mcp_topic.html +++ b/phpBB/styles/prosilver/template/mcp_topic.html @@ -111,7 +111,9 @@ </li> </ul> + <!-- EVENT mcp_topic_postrow_post_subject_before --> <h3><a href="{postrow.U_POST_DETAILS}">{postrow.POST_SUBJECT}</a></h3> + <!-- EVENT mcp_topic_postrow_post_subject_after --> <!-- EVENT mcp_topic_postrow_post_details_before --> <p class="author"><a href="#pr{postrow.POST_ID}">{postrow.MINI_POST_IMG}</a> {L_POSTED} {postrow.POST_DATE} {L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong><!-- IF postrow.U_MCP_DETAILS --> [ <a href="{postrow.U_MCP_DETAILS}">{L_POST_DETAILS}</a> ]<!-- ENDIF --></p> |
