Debugging the FY list
This commit is contained in:
parent
52818c9004
commit
5e65aee39d
|
|
@ -9,7 +9,7 @@
|
|||
$lastYear = $year - 1;
|
||||
?>
|
||||
|
||||
<?if($year != 1970):?>
|
||||
<?if($year != 1970 && $year != 0):?>
|
||||
<li id="<?=$year?>" class="year"><?=$lastYear?> - <?=$year?> <span class="count">(<?=$count?>)</span></li>
|
||||
<?else:?>
|
||||
<li id="<?=$year?>" class="year">No Date <span class="count">(<?=$count?>)</span></li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue