mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-17 08:48:53 +00:00
[feature/events] Adding overall_head_head_body template ledge
Required by ReIMG Resizer PHPBB3-9550
This commit is contained in:
parent
bc2f777b27
commit
e865ee1bef
2 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
|||
<!-- RUNHOOKS overall_header_head -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- RUNHOOKS overall_head_head_body -->
|
||||
<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
|
||||
|
||||
<div id="wrap">
|
||||
|
|
|
@ -133,6 +133,7 @@ function marklist(id, name, state)
|
|||
<!-- RUNHOOKS overall_header_head -->
|
||||
|
||||
</head>
|
||||
<!-- RUNHOOKS overall_head_head_body -->
|
||||
<body class="{S_CONTENT_DIRECTION}">
|
||||
|
||||
<a name="top"></a>
|
||||
|
|
Loading…
Add table
Reference in a new issue