This commit is contained in:
2025-12-27 02:43:52 +01:00
parent 29b31fec0c
commit 03bb9de416
4 changed files with 50 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ if ($debugEnabled) {
<?php asset_scripts('header'); ?>
</head>
<body data-auth="<?= isset($_SESSION['user_id']) ? '1' : '0' ?>" data-child-gender="<?= htmlspecialchars($childGender, ENT_QUOTES) ?>">
<?php tpl('matomo', 'structure'); ?>
<?php tpl('nav', 'structure'); ?>
<?php if ($debugEnabled): ?>