mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-27 06:22:31 +00:00
Fix up documentation a little.
This commit is contained in:
parent
bffb1417ae
commit
97fddb7290
1 changed files with 3 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
||||||
<UL><?
|
<UL><?
|
||||||
reset ($list);
|
reset ($list);
|
||||||
while (list (, $cdl) = each ($list)) {
|
while (list (, $cdl) = each ($list)) {
|
||||||
if (is_file ('doc/' . $cdl . '-' . $type . '.txt')) {
|
if (is_file ('doc/old/' . $cdl . '-' . $type . '.txt')) {
|
||||||
echo '<LI>';
|
echo '<LI>';
|
||||||
echo '<A href="doc_' . $type . '.php?program='
|
echo '<A href="doc_' . $type . '.php?program='
|
||||||
. $cdl . '">' . $cdl . '</A>';
|
. $cdl . '">' . $cdl . '</A>';
|
||||||
|
@ -31,8 +31,7 @@
|
||||||
|
|
||||||
function program_doc_list ($title, $list, $notes)
|
function program_doc_list ($title, $list, $notes)
|
||||||
{
|
{
|
||||||
tableBoxHeader (featureBgColor, featureHeadColor);
|
newsBoxOpen ($title);
|
||||||
tableTitle ($title, 2, featureHeadColor);
|
|
||||||
?>
|
?>
|
||||||
<TR>
|
<TR>
|
||||||
<TD colSpan="2">
|
<TD colSpan="2">
|
||||||
|
@ -57,7 +56,7 @@
|
||||||
</TD>
|
</TD>
|
||||||
</TR>
|
</TR>
|
||||||
<?
|
<?
|
||||||
tableBoxFooter ();
|
newsBoxClose ();
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue