Fix up documentation a little.

This commit is contained in:
Jeff Teunissen 2010-08-19 06:51:48 -04:00
parent bffb1417ae
commit 97fddb7290

View file

@ -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 ();
} }
?> ?>