add Hooks

This commit is contained in:
2026-07-02 19:21:25 +07:00
parent 0dd68c3649
commit 3dc5a03484
5 changed files with 20 additions and 8 deletions
@@ -20,7 +20,7 @@
<!-- 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>
<th:block th:utext="${hookManager.doActionAndReturn('admin_head')}"></th:block>
</head>
<body id="page-top">
@@ -361,7 +361,7 @@
<section layout:fragment="scripts"></section>
<!-- Admin Footer Hook -->
<th:block th:utext="${@hookManager.doActionAndReturn('admin_footer')}"></th:block>
<th:block th:utext="${hookManager.doActionAndReturn('admin_footer')}"></th:block>
</body>