1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12054] Update index_body_linklist_before/after template events

PHPBB3-12054
This commit is contained in:
Matt Friedman
2013-12-03 17:20:32 -08:00
parent 8a6d01591b
commit 186f3ecb7e
3 changed files with 16 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
<!-- INCLUDE overall_header.html -->
<!-- EVENT index_body_linklist_before -->
<!-- IF U_MCP or U_ACP -->
<div id="pageheader">
<p class="linkmcp">[&nbsp;<!-- IF U_ACP --><a href="{U_ACP}">{L_ACP}</a><!-- IF U_MCP -->&nbsp;|&nbsp;<!-- ENDIF --><!-- ENDIF --><!-- IF U_MCP --><a href="{U_MCP}">{L_MCP}</a><!-- ENDIF -->&nbsp;]</p>
@@ -8,7 +10,7 @@
<br clear="all" /><br />
<!-- ENDIF -->
<!-- EVENT index_body_forumlist_before -->
<!-- EVENT index_body_linklist_after -->
<!-- INCLUDE forumlist_body.html -->