update policy and fix other issues
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 49s
Tests / PHPUnit (push) Successful in 1m19s

This commit is contained in:
root
2026-08-23 18:19:08 -04:00
parent 103f970110
commit a6e0ce1432
13 changed files with 433 additions and 317 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: 09-01-2025
<i class="fas fa-calendar-alt"></i> Last updated: 08-01-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: 09-01-2025</p>
<p class="last-updated">Effective from: 08-01-2026</p>
</div>
<?php