diff options
| author | Cesar G <prototech91@gmail.com> | 2014-12-09 16:26:32 -0800 |
|---|---|---|
| committer | Cesar G <prototech91@gmail.com> | 2014-12-09 16:26:32 -0800 |
| commit | 4dab281da1fccf45650608056d5d288037162a55 (patch) | |
| tree | fd4286e9d1ccda25c8e2c1e9fd20aebbebd3781d /phpBB/styles/prosilver | |
| parent | 641a9e5441dfe749187ba8b5cd3fa0c2b49a09f9 (diff) | |
| download | forums-4dab281da1fccf45650608056d5d288037162a55.tar forums-4dab281da1fccf45650608056d5d288037162a55.tar.gz forums-4dab281da1fccf45650608056d5d288037162a55.tar.bz2 forums-4dab281da1fccf45650608056d5d288037162a55.tar.xz forums-4dab281da1fccf45650608056d5d288037162a55.zip | |
[ticket/13427] Add several before/after template events to mcp_front.html.
PHPBB3-13427
Diffstat (limited to 'phpBB/styles/prosilver')
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_front.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_front.html b/phpBB/styles/prosilver/template/mcp_front.html index 44295611cf..8fe7dfdf65 100644 --- a/phpBB/styles/prosilver/template/mcp_front.html +++ b/phpBB/styles/prosilver/template/mcp_front.html @@ -2,6 +2,8 @@ <h2>{PAGE_TITLE}</h2> +<!-- EVENT mcp_front_latest_unapproved_before --> + <!-- IF S_SHOW_UNAPPROVED --> <form id="mcp_queue" method="post" action="{S_MCP_QUEUE_ACTION}"> @@ -59,6 +61,8 @@ </form> <!-- ENDIF --> +<!-- EVENT mcp_front_latest_reported_before --> + <!-- IF S_SHOW_REPORTS --> <div class="panel"> <div class="inner"> @@ -100,6 +104,8 @@ </div> <!-- ENDIF --> +<!-- EVENT mcp_front_latest_reported_pms_before --> + <!-- IF S_SHOW_PM_REPORTS --> <div class="panel"> <div class="inner"> @@ -141,6 +147,8 @@ </div> <!-- ENDIF --> +<!-- EVENT mcp_front_latest_logs_before --> + <!-- IF S_SHOW_LOGS --> <div class="panel"> <div class="inner"> @@ -180,4 +188,6 @@ </div> <!-- ENDIF --> +<!-- EVENT mcp_front_latest_logs_after --> + <!-- INCLUDE mcp_footer.html --> |
