inserted titles, content in soundbytes, that's about it for now

This commit is contained in:
Nelson Rush 2000-04-19 22:36:39 +00:00
parent b1a42078ef
commit e7855cc268
4 changed files with 8 additions and 8 deletions

View file

@ -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");

View file

@ -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");

View file

@ -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");

View file

@ -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");