1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +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

@@ -50,6 +50,8 @@
</head>
<body id="phpbb" class="nojs section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
<!-- EVENT overall_header_body_before -->
<div id="wrap">
<a id="top" accesskey="t"></a>
<div id="page-header">

View File

@@ -28,6 +28,8 @@
<body id="phpbb" class="nojs {S_CONTENT_DIRECTION}">
<!-- EVENT simple_header_body_before -->
<div id="simple-wrap">
<a id="top" accesskey="t"></a>
<div id="page-body">

View File

@@ -134,6 +134,8 @@ function marklist(id, name, state)
</head>
<body class="{S_CONTENT_DIRECTION}">
<!-- EVENT overall_header_body_before -->
<a name="top"></a>
<div id="wrapheader">

View File

@@ -12,5 +12,6 @@
</head>
<body class="{S_CONTENT_DIRECTION}">
<!-- EVENT simple_header_body_before -->
<a name="top"></a>
<div id="wrapcentre">