Change menu to have media types broken out.
This commit is contained in:
10
pages/books.php
Executable file
10
pages/books.php
Executable 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";
|
||||
?>
|
||||
Reference in New Issue
Block a user