Login/Register/confirm and new comment feature

This commit is contained in:
2024-06-21 12:47:08 +02:00
parent 70da3e66fd
commit 5f573a468f
15 changed files with 516 additions and 40 deletions
+7
View File
@@ -0,0 +1,7 @@
<div class="alert alert-primary alert-dismissible fade show mt-3 mb-0">
<svg class="bi flex-shrink-0 me-2" width="24" height="24">
<use xlink:href="#info-fill" />
</svg>
<?= $message ?>
<button type="button" class="btn-close" data-bs-dismiss="alert"></button>
</div>