mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-27 22:42:57 +00:00
inserted titles, content in soundbytes, that's about it for now
This commit is contained in:
parent
b1a42078ef
commit
e7855cc268
4 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
<?PHP
|
||||
$sitename = "The QuakeForge Project";
|
||||
$pagename = "Page Name";
|
||||
$pagename = "Math Algorithms";
|
||||
require("../parts/library.php"); // Load function library
|
||||
include("../parts/head.php"); // Load the HEAD and open BODY
|
||||
include("../parts/topstrip.php"); // Display top strip
|
||||
|
@ -18,7 +18,7 @@
|
|||
include( "../parts/topmain.php" ); // Display content top table
|
||||
?>
|
||||
<P>
|
||||
Body Goes Here
|
||||
No content yet, please be patient.
|
||||
</TD>
|
||||
<?php
|
||||
tableSpacer( 1, 9, 1, "black");
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?PHP
|
||||
$sitename = "The QuakeForge Project";
|
||||
$pagename = "Page Name";
|
||||
$pagename = "Misc. Texts";
|
||||
require("../parts/library.php"); // Load function library
|
||||
include("../parts/head.php"); // Load the HEAD and open BODY
|
||||
include("../parts/topstrip.php"); // Display top strip
|
||||
|
@ -18,7 +18,7 @@
|
|||
include( "../parts/topmain.php" ); // Display content top table
|
||||
?>
|
||||
<P>
|
||||
Body Goes Here
|
||||
No content yet, please be patient.
|
||||
</TD>
|
||||
<?php
|
||||
tableSpacer( 1, 9, 1, "black");
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?PHP
|
||||
$sitename = "The QuakeForge Project";
|
||||
$pagename = "Page Name";
|
||||
$pagename = "Sound Bytes";
|
||||
require("../parts/library.php"); // Load function library
|
||||
include("../parts/head.php"); // Load the HEAD and open BODY
|
||||
include("../parts/topstrip.php"); // Display top strip
|
||||
|
@ -18,7 +18,7 @@
|
|||
include( "../parts/topmain.php" ); // Display content top table
|
||||
?>
|
||||
<P>
|
||||
Body Goes Here
|
||||
<br><a href="http://quake.sourceforge.net/files/carmack.mp3">Carmack Lecture at Razor CPL .mp3</a>
|
||||
</TD>
|
||||
<?php
|
||||
tableSpacer( 1, 9, 1, "black");
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?PHP
|
||||
$sitename = "The QuakeForge Project";
|
||||
$pagename = "Page Name";
|
||||
$pagename = "Tutorials";
|
||||
require("../parts/library.php"); // Load function library
|
||||
include("../parts/head.php"); // Load the HEAD and open BODY
|
||||
include("../parts/topstrip.php"); // Display top strip
|
||||
|
@ -18,7 +18,7 @@
|
|||
include( "../parts/topmain.php" ); // Display content top table
|
||||
?>
|
||||
<P>
|
||||
Body Goes Here
|
||||
No content yet, please be patient.
|
||||
</TD>
|
||||
<?php
|
||||
tableSpacer( 1, 9, 1, "black");
|
||||
|
|
Loading…
Reference in a new issue