From 29fe7a5634a757acf9544db818a34f0823c3884b Mon Sep 17 00:00:00 2001 From: Dan Olson Date: Mon, 15 May 2000 19:06:57 +0000 Subject: [PATCH] put in links --- news_funcs.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/news_funcs.php b/news_funcs.php index 06829da..5fcb3c2 100644 --- a/news_funcs.php +++ b/news_funcs.php @@ -15,8 +15,12 @@ { for ($month = $today['mon']+1 ; $month > 1 ; $month--) { - echo '

' . - date ("F, Y", mktime (0,0,0,$month,0,$today['year'],0)); + echo '

' . + date ("F, Y", mktime (0,0,0,$month,0,$today['year'],0)) . + ''; } $today['year']--; }