mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12864] Add template event to header after stylesheets
https://tracker.phpbb.com/browse/PHPBB3-12864 PHPBB3-12864
This commit is contained in:
@@ -89,6 +89,8 @@ function popup(url, width, height, name)
|
||||
|
||||
{$STYLESHEETS}
|
||||
|
||||
<!-- EVENT acp_overall_header_stylesheets_after -->
|
||||
|
||||
</head>
|
||||
|
||||
<body class="{S_CONTENT_DIRECTION} {BODY_CLASS} nojs">
|
||||
|
@@ -84,6 +84,7 @@ function find_username(url)
|
||||
</script>
|
||||
<!-- EVENT acp_simple_header_head_append -->
|
||||
{$STYLESHEETS}
|
||||
<!-- EVENT acp_simple_header_stylesheets_after -->
|
||||
</head>
|
||||
|
||||
<body class="{S_CONTENT_DIRECTION} {BODY_CLASS}">
|
||||
|
Reference in New Issue
Block a user