update policy
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 2m2s
Tests / PHPUnit (push) Failing after 1m19s

This commit is contained in:
root
2026-08-24 22:06:13 -04:00
parent 608aca79b8
commit 9036fcb1f5
7 changed files with 86 additions and 15 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ $title = $content['title'] ?? 'School Policies';
<div class="school-name">Al Rahma Sunday School</div>
</div>
<div class="header-info">
<i class="fas fa-calendar-alt"></i> Last updated: 08-01-2026
<i class="fas fa-calendar-alt"></i> Last updated: 08-24-2026
</div>
</div>
</header>
@@ -83,7 +83,7 @@ $title = $content['title'] ?? 'School Policies';
<div class="policy-header">
<h1><?= esc($title) ?></h1>
<p class="last-updated">Effective from: 08-01-2026</p>
<p class="last-updated">Effective from: 08-24-2026</p>
</div>
<?php