From: garvinhicking Date: Tue, 10 Jul 2007 08:36:11 +0000 (+0000) Subject: Change link to point to startpage by default X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bfd2656c2d38e45c844a84bdd4a13d06fe78eefb;p=s9y.git Change link to point to startpage by default --- diff --git a/include/plugin_internal.inc.php b/include/plugin_internal.inc.php index 0df34e6..2f0a962 100644 --- a/include/plugin_internal.inc.php +++ b/include/plugin_internal.inc.php @@ -555,7 +555,7 @@ class serendipity_archives_plugin extends serendipity_plugin { } - echo '' . RECENT . '
' . "\n"; + echo '' . RECENT . '
' . "\n"; echo '' . OLDER . ''. "\n"; } }