Change all_categories link to include ?frontpage

This commit is contained in:
Judebert 2006-08-29 11:36:33 +00:00
parent 103a9a422c
commit 81aa0690f7

View File

@ -1533,7 +1533,7 @@ class serendipity_categories_plugin extends serendipity_plugin {
$html .= sprintf(
'<div class="category_link_all"><br /><a href="%s" title="%s">%s</a></div>',
$serendipity['serendipityHTTPPath'] . $serendipity['indexFile'],
$serendipity['serendipityHTTPPath'] . $serendipity['indexFile'] . '?frontpage',
ALL_CATEGORIES,
ALL_CATEGORIES
);