mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-21 11:11:02 +00:00
SotC tweaks.
This commit is contained in:
parent
540834c9df
commit
1ae44a71b8
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue