Files
nodejs-website/pages/books.php

9 lines
178 B
PHP
Executable File

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