mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-08 00:25:19 +02:00
[ticket/12513] Add asset include support to simple header/footer in ACP
PHPBB3-12513
This commit is contained in:
parent
8fda490050
commit
d2c5386394
@ -21,6 +21,7 @@
|
|||||||
<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
|
<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
|
||||||
|
|
||||||
<!-- EVENT acp_simple_footer_after -->
|
<!-- EVENT acp_simple_footer_after -->
|
||||||
|
{$SCRIPTS}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -83,6 +83,7 @@ function find_username(url)
|
|||||||
// ]]>
|
// ]]>
|
||||||
</script>
|
</script>
|
||||||
<!-- EVENT acp_simple_header_head_append -->
|
<!-- EVENT acp_simple_header_head_append -->
|
||||||
|
{$STYLESHEETS}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="{S_CONTENT_DIRECTION} {BODY_CLASS}">
|
<body class="{S_CONTENT_DIRECTION} {BODY_CLASS}">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user