Style Overhaul #2

Merged
me merged 118 commits from dev into main 2025-01-29 13:28:33 -07:00
Showing only changes of commit 465bf50e51 - Show all commits

View File

@ -8,6 +8,9 @@
<?php <?php
include "banner.php"; include "banner.php";
include "menu.php"; include "menu.php";
/* 2025-01-29 Disable advisory now that Books is explicitly a menu item. * /
if (!isset($GLOBALS["ADVISORY"]) || $GLOBALS["ADVISORY"] !== false) if (!isset($GLOBALS["ADVISORY"]) || $GLOBALS["ADVISORY"] !== false)
include "advisory.php"; include "advisory.php";
/* */
?> ?>