adsad
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
$base = rtrim(dirname($_SERVER['SCRIPT_NAME']), '/') ?: '';
|
||||
$assetVersion = defined('ASSET_VERSION') ? ASSET_VERSION : time();
|
||||
?>
|
||||
<!doctype html>
|
||||
<html lang="de">
|
||||
@@ -18,10 +19,10 @@ $base = rtrim(dirname($_SERVER['SCRIPT_NAME']), '/') ?: '';
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
|
||||
<!-- Admin-Theme (neu) -->
|
||||
<link rel="stylesheet" href="assets/css/admin.css?v=2025-10-061">
|
||||
<link rel="stylesheet" href="assets/css/admin.css?v=<?= htmlspecialchars($assetVersion, ENT_QUOTES) ?>">
|
||||
|
||||
<!-- Toast danach -->
|
||||
<link rel="stylesheet" href="assets/css/toast.css">
|
||||
<link rel="stylesheet" href="assets/css/toast.css?v=<?= htmlspecialchars($assetVersion, ENT_QUOTES) ?>">
|
||||
|
||||
<!-- Kleine Hilfs-Utilities (belassen, falls admin.css andere Werte hat) -->
|
||||
<style>
|
||||
@@ -162,8 +163,8 @@ $base = rtrim(dirname($_SERVER['SCRIPT_NAME']), '/') ?: '';
|
||||
|
||||
<div id="toast-root"></div>
|
||||
|
||||
<script src="assets/js/toast.js"></script>
|
||||
<script type="module" src="assets/js/app.js?v=20250907"></script>
|
||||
<script type="module" src="assets/js/ui-tools.js?v=20250907"></script>
|
||||
<script src="assets/js/toast.js?v=<?= htmlspecialchars($assetVersion, ENT_QUOTES) ?>"></script>
|
||||
<script type="module" src="assets/js/app.js?v=<?= htmlspecialchars($assetVersion, ENT_QUOTES) ?>"></script>
|
||||
<script type="module" src="assets/js/ui-tools.js?v=<?= htmlspecialchars($assetVersion, ENT_QUOTES) ?>"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user