mirror of
https://git.code.sf.net/p/quake/website
synced 2025-01-18 22:51:37 +00:00
9e6f75ccbd
PHP 7 doesn't like the old short tags we were using (it's possible to re-enable them, but won't be for version 8, so we might as well switch now), and the old MySQL APIs are now gone entirely, replaced with something different. This should make everything work at least as well as it used to. Also, one file used to be checked in with CRLF line endings. ??
6 lines
202 B
PHP
6 lines
202 B
PHP
<?php // Preamble
|
|
$pageName = "Page Subtitle";
|
|
$currPage = "none"; // Page name, for menu -- see pages.txt
|
|
require "parts/preamble.php"; // Load up most of the document
|
|
?>
|
|
Page content goes here.
|