trying something...

This commit is contained in:
Dan Olson 2000-06-17 19:10:47 +00:00
parent 9a482786f1
commit ab44fd6c70
1 changed files with 33 additions and 32 deletions

View File

@ -10,6 +10,7 @@
tableBoxHeader( 'black', tableHeadColor );
tableTitle( 'Latest News', 1, tableHeadColor );
require("news_funcs.php");
need('date sql');
latestNews('1 month');
tableBoxFooter();
?></TD>