SotC tweaks.

This commit is contained in:
Jeff Teunissen 2000-06-20 13:53:26 +00:00
parent 540834c9df
commit 1ae44a71b8

View file

@ -82,16 +82,12 @@ time..)
if (!$year) {
$year = date('Y', time());
}
$years = sotcYears();
for ( $i = 0; $i < count($years) ; $i++) {
echo $years[$i];
}
sotcShowLatest($year, 999);
sotcShowLatest ($year);
// echo '<P>';
// sotcListFiles($year);
?>
<!--NOSEARCH-->
<?
require("../parts/postamble.php"); // Finish this sucker up
require "../parts/postamble.php"; // Finish this sucker up
?>