develop core Hooks, remain hooks is defined but not develop
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
|
||||
<!-- Project-wide CSS Variables & Custom Styles -->
|
||||
<link rel="stylesheet" th:href="@{/css/custom.css}">
|
||||
<!-- Admin Head Hook -->
|
||||
<th:block th:utext="${@hookManager.doActionAndReturn('admin_head')}"></th:block>
|
||||
</head>
|
||||
|
||||
<body id="page-top">
|
||||
@@ -358,6 +360,9 @@
|
||||
<!-- Page-specific scripts injected by child templates -->
|
||||
<section layout:fragment="scripts"></section>
|
||||
|
||||
<!-- Admin Footer Hook -->
|
||||
<th:block th:utext="${@hookManager.doActionAndReturn('admin_footer')}"></th:block>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user