trying something else

This commit is contained in:
Dan Olson 2000-06-17 19:17:22 +00:00
parent ab44fd6c70
commit a303bd17c9

View file

@ -9,8 +9,8 @@
<TD colSpan="2"><? // News display
tableBoxHeader( 'black', tableHeadColor );
tableTitle( 'Latest News', 1, tableHeadColor );
require("lib/sql.php");
require("news_funcs.php");
need('date sql');
latestNews('1 month');
tableBoxFooter();
?></TD>