mirror of
https://git.code.sf.net/p/quake/website
synced 2025-03-13 05:01:58 +00:00
put in links
This commit is contained in:
parent
474ee4c853
commit
29fe7a5634
1 changed files with 6 additions and 2 deletions
|
@ -15,8 +15,12 @@
|
|||
{
|
||||
for ($month = $today['mon']+1 ; $month > 1 ; $month--)
|
||||
{
|
||||
echo '<P>' .
|
||||
date ("F, Y", mktime (0,0,0,$month,0,$today['year'],0));
|
||||
echo '<P><A HREF="test2.php?mon=' .
|
||||
date ("n", mktime (0,0,0,$month,0,0,0)) .
|
||||
'&yr=' .
|
||||
date ("y", mktime (0,0,0,0,0,$today['year'],0)). '">' .
|
||||
date ("F, Y", mktime (0,0,0,$month,0,$today['year'],0)) .
|
||||
'</A>';
|
||||
}
|
||||
$today['year']--;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue