Change menu to have media types broken out.

This commit is contained in:
2025-10-13 05:43:53 -07:00
parent fa37d4d0ee
commit 06c0a5ae46
2 changed files with 24 additions and 7 deletions

10
pages/books.php Executable file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/php
<!--
Alias for where Books menu item should go.
-->
<?php
if (!isset($GLOBALS["HEADER_TITLE"])) {
$GLOBALS["HEADER_TITLE"] = "Books";
}
include "media.php";
?>