diff options
Diffstat (limited to 'category.php')
-rw-r--r-- | category.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/category.php b/category.php index e466a5bb2..38d18e11f 100644 --- a/category.php +++ b/category.php @@ -301,7 +301,7 @@ $template->assign_block_vars( $template->assign_block_vars( 'special_cat', array( - 'URL' => PHPWG_ROOT_PATH.'category.php?calendar=m-c', + 'URL' => PHPWG_ROOT_PATH.'category.php?calendar=monthly-c', 'TITLE' => $lang['calendar_hint'], 'NAME' => $lang['calendar'] )); |