1
0
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:
Matt Friedman
2014-07-18 10:12:15 -07:00
parent 65544066c2
commit 20c50e55b1
7 changed files with 40 additions and 0 deletions

View File

@@ -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">

View File

@@ -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}">