mirror of
https://git.code.sf.net/p/quake/website
synced 2024-12-01 00:21:39 +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
|
<?PHP
|
||||||
$sitename = "The QuakeForge Project";
|
$sitename = "The QuakeForge Project";
|
||||||
$pagename = "Page Name";
|
$pagename = "Math Algorithms";
|
||||||
require("../parts/library.php"); // Load function library
|
require("../parts/library.php"); // Load function library
|
||||||
include("../parts/head.php"); // Load the HEAD and open BODY
|
include("../parts/head.php"); // Load the HEAD and open BODY
|
||||||
include("../parts/topstrip.php"); // Display top strip
|
include("../parts/topstrip.php"); // Display top strip
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
include( "../parts/topmain.php" ); // Display content top table
|
include( "../parts/topmain.php" ); // Display content top table
|
||||||
?>
|
?>
|
||||||
<P>
|
<P>
|
||||||
Body Goes Here
|
No content yet, please be patient.
|
||||||
</TD>
|
</TD>
|
||||||
<?php
|
<?php
|
||||||
tableSpacer( 1, 9, 1, "black");
|
tableSpacer( 1, 9, 1, "black");
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
$sitename = "The QuakeForge Project";
|
$sitename = "The QuakeForge Project";
|
||||||
$pagename = "Page Name";
|
$pagename = "Misc. Texts";
|
||||||
require("../parts/library.php"); // Load function library
|
require("../parts/library.php"); // Load function library
|
||||||
include("../parts/head.php"); // Load the HEAD and open BODY
|
include("../parts/head.php"); // Load the HEAD and open BODY
|
||||||
include("../parts/topstrip.php"); // Display top strip
|
include("../parts/topstrip.php"); // Display top strip
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
include( "../parts/topmain.php" ); // Display content top table
|
include( "../parts/topmain.php" ); // Display content top table
|
||||||
?>
|
?>
|
||||||
<P>
|
<P>
|
||||||
Body Goes Here
|
No content yet, please be patient.
|
||||||
</TD>
|
</TD>
|
||||||
<?php
|
<?php
|
||||||
tableSpacer( 1, 9, 1, "black");
|
tableSpacer( 1, 9, 1, "black");
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
$sitename = "The QuakeForge Project";
|
$sitename = "The QuakeForge Project";
|
||||||
$pagename = "Page Name";
|
$pagename = "Sound Bytes";
|
||||||
require("../parts/library.php"); // Load function library
|
require("../parts/library.php"); // Load function library
|
||||||
include("../parts/head.php"); // Load the HEAD and open BODY
|
include("../parts/head.php"); // Load the HEAD and open BODY
|
||||||
include("../parts/topstrip.php"); // Display top strip
|
include("../parts/topstrip.php"); // Display top strip
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
include( "../parts/topmain.php" ); // Display content top table
|
include( "../parts/topmain.php" ); // Display content top table
|
||||||
?>
|
?>
|
||||||
<P>
|
<P>
|
||||||
Body Goes Here
|
<br><a href="http://quake.sourceforge.net/files/carmack.mp3">Carmack Lecture at Razor CPL .mp3</a>
|
||||||
</TD>
|
</TD>
|
||||||
<?php
|
<?php
|
||||||
tableSpacer( 1, 9, 1, "black");
|
tableSpacer( 1, 9, 1, "black");
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
$sitename = "The QuakeForge Project";
|
$sitename = "The QuakeForge Project";
|
||||||
$pagename = "Page Name";
|
$pagename = "Tutorials";
|
||||||
require("../parts/library.php"); // Load function library
|
require("../parts/library.php"); // Load function library
|
||||||
include("../parts/head.php"); // Load the HEAD and open BODY
|
include("../parts/head.php"); // Load the HEAD and open BODY
|
||||||
include("../parts/topstrip.php"); // Display top strip
|
include("../parts/topstrip.php"); // Display top strip
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
include( "../parts/topmain.php" ); // Display content top table
|
include( "../parts/topmain.php" ); // Display content top table
|
||||||
?>
|
?>
|
||||||
<P>
|
<P>
|
||||||
Body Goes Here
|
No content yet, please be patient.
|
||||||
</TD>
|
</TD>
|
||||||
<?php
|
<?php
|
||||||
tableSpacer( 1, 9, 1, "black");
|
tableSpacer( 1, 9, 1, "black");
|
||||||
|
|
Loading…
Reference in a new issue