1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

[ticket/12301] Template Event overall_header_body_before

add template event overall_header_body_before

PHPBB3-12301
This commit is contained in:
Prosk8er
2014-03-29 09:57:11 -04:00
parent 2e6911b7e7
commit fb25917fa9
7 changed files with 39 additions and 0 deletions

View File

@@ -112,6 +112,8 @@ function popup(url, width, height, name)
<body class="{S_CONTENT_DIRECTION} nojs">
<!-- EVENT acp_overall_header_body_before -->
<div id="wrap">
<div id="page-header">
<h1>{L_ADMIN_PANEL}</h1>

View File

@@ -106,4 +106,6 @@ function find_username(url)
<body class="{S_CONTENT_DIRECTION}">
<!-- EVENT acp_simple_header_body_before -->
<div id="page-body" class="simple-page-body">