diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-08-28 15:41:59 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-08-28 15:41:59 +0200 |
commit | 71a70500ea946a02a46257f883f90a3936528ac0 (patch) | |
tree | 6f8230063f19c012a5c6adb53e332ec84ec28c4f /phpBB/styles/subsilver2 | |
parent | 863d65112b573fa0f0f4e9c09613676e87cda5ed (diff) | |
parent | 33cd613406c639c73668981b63962d99ebc99fdc (diff) | |
download | forums-71a70500ea946a02a46257f883f90a3936528ac0.tar forums-71a70500ea946a02a46257f883f90a3936528ac0.tar.gz forums-71a70500ea946a02a46257f883f90a3936528ac0.tar.bz2 forums-71a70500ea946a02a46257f883f90a3936528ac0.tar.xz forums-71a70500ea946a02a46257f883f90a3936528ac0.zip |
Merge pull request #4389 from kasimi/ticket/14715-3.1.x
[ticket/14715] Add template events in posting_topic_review & mcp_topic
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r-- | phpBB/styles/subsilver2/template/mcp_topic.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/posting_topic_review.html | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/mcp_topic.html b/phpBB/styles/subsilver2/template/mcp_topic.html index c6a8236b20..222272ec02 100644 --- a/phpBB/styles/subsilver2/template/mcp_topic.html +++ b/phpBB/styles/subsilver2/template/mcp_topic.html @@ -74,12 +74,14 @@ <td align="center"><b class="postauthor">{postrow.POST_AUTHOR_FULL}</b></td> <td width="100%"> + <!-- EVENT mcp_topic_postrow_post_details_before --> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr style="vertical-align: top;"> <td class="gensmall" nowrap="nowrap"> <b>{L_POST_SUBJECT}{L_COLON}</b> </td> <td class="gensmall" width="100%">{postrow.POST_SUBJECT}</td> </tr> </table> + <!-- EVENT mcp_topic_postrow_post_details_after --> </td> <td width="5%" align="center"><a href="{postrow.U_POST_DETAILS}" class="imageset">{INFO_IMG}</a></td> </tr> diff --git a/phpBB/styles/subsilver2/template/posting_topic_review.html b/phpBB/styles/subsilver2/template/posting_topic_review.html index 20976861fc..46329e19fa 100644 --- a/phpBB/styles/subsilver2/template/posting_topic_review.html +++ b/phpBB/styles/subsilver2/template/posting_topic_review.html @@ -18,6 +18,7 @@ </tr> <!-- BEGIN topic_review_row --> + <!-- EVENT posting_topic_review_row_post_details_before --> <!-- IF topic_review_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF --> <!-- IF topic_review_row.S_IGNORE_POST --> @@ -41,6 +42,7 @@ </table> </td> </tr> + <!-- EVENT posting_topic_review_row_post_details_after --> <!-- IF topic_review_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF --> |