summary refs log tree commit diff stats
path: root/pages/archive.php
Commit message (Collapse)AuthorAgeFilesLines
* Added April Fools Day jokeStarla Insigna2010-03-281-1/+1
|
* Removed XHTMLStarla Insigna2010-01-151-0/+0
| | | | | | | XHTML was causing so many problems that it was simply unbearable. Four Island 3.0 will be sure to have no traces left of this annoyance. Also, a lot of files are showing up as being changed because this commit was on the server and I had to modifiy permissions for files (all of the files that were new since my last server commit) so I could commit.
* Added stripslashes() to the Blog ArchiveStarla Insigna2009-11-281-1/+1
|
* Organized blog moduleStarla Insigna2009-11-281-0/+99
Previously, welcome.php was always loaded if no module was specified. Because of this, the index page blog section was there, while the rest of the blog code (plus archive code) was in blog.php. Now, the all of the blog is in blog.php and all of the archive is in archive.php.