diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2010-03-28 09:42:25 -0400 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2010-03-28 09:42:25 -0400 |
commit | ec5b2499fff7cd30e1c221dbd63b37ef507d41b8 (patch) | |
tree | 33155a39a545717958a45593c84cbbca4051bd4e /pages/archive.php | |
parent | 93d3209110d435d43cc9016aa6cf4acff6028011 (diff) | |
download | fourisland-ec5b2499fff7cd30e1c221dbd63b37ef507d41b8.tar.gz fourisland-ec5b2499fff7cd30e1c221dbd63b37ef507d41b8.tar.bz2 fourisland-ec5b2499fff7cd30e1c221dbd63b37ef507d41b8.zip |
Added April Fools Day joke
Diffstat (limited to 'pages/archive.php')
-rwxr-xr-x | pages/archive.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/archive.php b/pages/archive.php index 71a251d..024d3b5 100755 --- a/pages/archive.php +++ b/pages/archive.php | |||
@@ -87,7 +87,7 @@ while ($getposts3[$i] = mysql_fetch_array($getposts2)) | |||
87 | 87 | ||
88 | $template->adds_ref_sub($curID, 'SMALL',array( 'DATE' => date('m-d-Y',strtotime($getposts3[$i]['pubDate'])), | 88 | $template->adds_ref_sub($curID, 'SMALL',array( 'DATE' => date('m-d-Y',strtotime($getposts3[$i]['pubDate'])), |
89 | 'CODED' => $getposts3[$i]['slug'], | 89 | 'CODED' => $getposts3[$i]['slug'], |
90 | 'TITLE' => htmlentities(stripslashes($getposts3[$i]['title'])))); | 90 | 'TITLE' => doAprilFoolsDay(htmlentities(stripslashes($getposts3[$i]['title']))))); |
91 | $i++; | 91 | $i++; |
92 | } | 92 | } |
93 | if ($i==0) | 93 | if ($i==0) |