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:
@@ -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">
|
||||
|
@@ -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">
|
||||
|
@@ -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">
|
||||
|
@@ -12,5 +12,6 @@
|
||||
</head>
|
||||
|
||||
<body class="{S_CONTENT_DIRECTION}">
|
||||
<!-- EVENT simple_header_body_before -->
|
||||
<a name="top"></a>
|
||||
<div id="wrapcentre">
|
||||
|
Reference in New Issue
Block a user