This commit is contained in:
2026-01-26 01:12:50 +01:00
parent b3f0a2ca4e
commit e948b30252

View File

@@ -4,9 +4,11 @@ $version = $GLOBALS['app_version'] ?? null;
<footer class="app-footer border-t border-slate-200 bg-white mt-8">
<div class="max-w-6xl mx-auto px-4 py-6 flex flex-wrap items-center gap-3 text-sm text-slate-500">
<span>© <?= date('Y') ?> Email Template System</span>
<?php if ($version): ?>
<span class="ms-auto inline-flex items-center gap-1 text-slate-600">
<span class="text-xs uppercase tracking-[0.2em] text-slate-400">Version</span>
<strong><?= htmlspecialchars($version ?? '—') ?></strong>
<strong><?= htmlspecialchars($version) ?></strong>
</span>
<?php endif; ?>
</div>
</footer>