mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
3c9843dc42
2 changed files with 16 additions and 0 deletions
|
@ -933,6 +933,20 @@ mcp_topic_postrow_post_details_before
|
||||||
* Since: 3.1.10-RC1
|
* Since: 3.1.10-RC1
|
||||||
* Purpose: Add content before post details in topic moderation
|
* Purpose: Add content before post details in topic moderation
|
||||||
|
|
||||||
|
mcp_topic_postrow_post_subject_after
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/mcp_topic.html
|
||||||
|
* Since: 3.1.11-RC1
|
||||||
|
* Purpose: Add content after post subject in topic moderation
|
||||||
|
|
||||||
|
mcp_topic_postrow_post_subject_before
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/mcp_topic.html
|
||||||
|
* Since: 3.1.11-RC1
|
||||||
|
* Purpose: Add content before post subject in topic moderation
|
||||||
|
|
||||||
mcp_topic_topic_title_after
|
mcp_topic_topic_title_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -111,7 +111,9 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<!-- EVENT mcp_topic_postrow_post_subject_before -->
|
||||||
<h3><a href="{postrow.U_POST_DETAILS}">{postrow.POST_SUBJECT}</a></h3>
|
<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 -->
|
<!-- EVENT mcp_topic_postrow_post_details_before -->
|
||||||
<p class="author">
|
<p class="author">
|
||||||
|
|
Loading…
Add table
Reference in a new issue