Compare commits
2 Commits
db19170ffc
...
6f8223e1f6
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f8223e1f6 | |||
| 0c054e0aef |
@@ -7,20 +7,12 @@
|
||||
<div class="col-12 title">
|
||||
<i><h2>Announcements</h2></i>
|
||||
</div>
|
||||
<a href="/health/">
|
||||
<a href="/freedom/">
|
||||
<div class="col-12 text">
|
||||
<u class="orange">2024-03-07</u>
|
||||
<u class="orange">2025-09-28</u>
|
||||
<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>!
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@@ -9,7 +9,10 @@
|
||||
include "banner.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)
|
||||
include "advisory.php";
|
||||
/* */
|
||||
|
||||
Reference in New Issue
Block a user