]> git.mjollnir.org Git - s9y.git/commitdiff
Change link to point to startpage by default
authorgarvinhicking <garvinhicking>
Tue, 10 Jul 2007 08:36:11 +0000 (08:36 +0000)
committergarvinhicking <garvinhicking>
Tue, 10 Jul 2007 08:36:11 +0000 (08:36 +0000)
include/plugin_internal.inc.php

index 0df34e63dd0740801a7b2164a30835a62a40e943..2f0a9628eff390d7f09b1d741a51cdc47255838c 100644 (file)
@@ -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";
     }
 }