11 lines
181 B
PHP
Executable File
11 lines
181 B
PHP
Executable File
#!/usr/bin/php
|
|
<!--
|
|
Alias for where Books menu item should go.
|
|
-->
|
|
<?php
|
|
if (!isset($GLOBALS["HEADER_TITLE"])) {
|
|
$GLOBALS["HEADER_TITLE"] = "Books";
|
|
}
|
|
include "media.php";
|
|
?>
|