Compare commits

...

2 Commits

Author SHA1 Message Date
6f8223e1f6 Show the advisory. 2025-10-03 12:59:08 -07:00
0c054e0aef Change the advisory to be for Voluntary Sovereignty. 2025-10-03 12:59:00 -07:00
2 changed files with 7 additions and 12 deletions

View File

@@ -7,20 +7,12 @@
<div class="col-12 title"> <div class="col-12 title">
<i><h2>Announcements</h2></i> <i><h2>Announcements</h2></i>
</div> </div>
<a href="/health/"> <a href="/freedom/">
<div class="col-12 text"> <div class="col-12 text">
<u class="orange">2024-03-07</u> <u class="orange">2025-09-28</u>
<br> <br>
Find my free eBook, "Hyperling's Health Protocol", I wrote another short free eBook, "Voluntary Sovereignty", check it out
<u class="orange">here</u>! <u class="orange">here</u>!
</div> </div>
</a> </a>
<!--<div class="col-12 text">
<u>2024-03-31</u>
<br>
There's a
<a href="/home/#tictactoe">new app</a>
in town,
<a href="/files/apks/TicTacToe.apk">Tic-Tac-Toe</a>!
</div>-->
</div> </div>

View File

@@ -9,7 +9,10 @@
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. * / /*
2025-01-29 Disable advisory now that Books is explicitly a menu item.
2025-10-03 Re-enable advisory for new eBook.
*/
if (!isset($GLOBALS["ADVISORY"]) || $GLOBALS["ADVISORY"] !== false) if (!isset($GLOBALS["ADVISORY"]) || $GLOBALS["ADVISORY"] !== false)
include "advisory.php"; include "advisory.php";
/* */ /* */