Change link to point to startpage by default

This commit is contained in:
Garvin Hicking 2007-07-10 08:36:11 +00:00
parent 827228a1cd
commit 6a5b95b251

@ -555,7 +555,7 @@ class serendipity_archives_plugin extends serendipity_plugin {
}
echo '<a href="'. $serendipity['serendipityHTTPPath'] .'">' . RECENT . '</a><br />' . "\n";
echo '<a href="'. $serendipity['serendipityHTTPPath'] . $serendipity['indexFile'] . '?frontpage">' . RECENT . '</a><br />' . "\n";
echo '<a href="'. serendipity_rewriteURL(PATH_ARCHIVE . $add_query) .'">' . OLDER . '</a>'. "\n";
}
}