mirror of
https://git.code.sf.net/p/quake/website
synced 2025-03-13 21:21:59 +00:00
test website changes.
This commit is contained in:
parent
4933449f3a
commit
3d6bbfbd24
1 changed files with 35 additions and 34 deletions
69
index.php
69
index.php
|
@ -1,34 +1,35 @@
|
|||
<? // Preamble
|
||||
$pageName = "News";
|
||||
$focused = "home"; // Dock icon name to get a border
|
||||
require "parts/preamble.php"; // Load most of document
|
||||
?>
|
||||
<!--SEARCHME-->
|
||||
<TABLE width="100%" cellSpacing="0" cellPadding="0" border="0">
|
||||
<TR vAlign="top">
|
||||
<TD colSpan="2"><? // News display
|
||||
tableBoxHeader (featureBgColor, featureHeadColor);
|
||||
tableTitle ('Latest News', 1, featureHeadColor);
|
||||
need ("news");
|
||||
$cached = latestNews ('1 month');
|
||||
tableBoxFooter ();
|
||||
if ($cached)
|
||||
echo '<P>A MySQL error occoured. This news is cached and may not be current';
|
||||
?></TD>
|
||||
</TR>
|
||||
<TR vAlign=top>
|
||||
<? tableSpacer (9, 9, 1, "black"); ?>
|
||||
</TR>
|
||||
<TR vAlign=top>
|
||||
<TD align="center">
|
||||
<? include "sponsor_incl.html"; ?>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR vAlign=top>
|
||||
<? tableSpacer (9, 9, 1, "black"); ?>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<!--NOSEARCH-->
|
||||
<?
|
||||
require "parts/postamble.php"; // Finish this sucker up
|
||||
?>
|
||||
<? // Preamble
|
||||
$pageName = "News";
|
||||
$focused = "home"; // Dock icon name to get a border
|
||||
require "parts/preamble.php"; // Load most of document
|
||||
?>
|
||||
<!--SEARCHME-->
|
||||
<TABLE width="100%" cellSpacing="0" cellPadding="0" border="0">
|
||||
<TR vAlign="top">
|
||||
<TD colSpan="2"><? // News display
|
||||
tableBoxHeader (featureBgColor, featureHeadColor);
|
||||
tableTitle ('Latest News', 1, featureHeadColor);
|
||||
need ("news");
|
||||
$cached = latestNews ('1 month');
|
||||
tableBoxFooter ();
|
||||
if ($cached)
|
||||
echo '<P>A MySQL error occoured. This news is cached and may not be current';
|
||||
?></TD>
|
||||
</TR>
|
||||
<TR vAlign=top>
|
||||
<? tableSpacer (9, 9, 1, "black"); ?>
|
||||
</TR>
|
||||
<TR vAlign=top>
|
||||
<TD align="center">
|
||||
<? include "sponsor_incl.html"; ?>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR vAlign=top>
|
||||
<? tableSpacer (9, 9, 1, "black"); ?>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<!--NOSEARCH-->
|
||||
<?
|
||||
require "parts/postamble.php"; // Finish this sucker up
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue