diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-02-24 05:58:48 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-02-24 05:58:48 +0000 |
commit | d4646f39d2259d4b4ba619b8f2b8aa61f9be74b5 (patch) | |
tree | 5e79d1234e3981ba449a6a9f85fd0c76565ba308 /category.php | |
parent | 3aff4f0bfec650d7a080b919b299ddcf6fc6ee59 (diff) |
calendar: added posted/created chronology
calendar: added a where are we bar (like: created/2005/august)
calendar: possibility to hide the All/Any buttons ($conf['calendar_show_any'])
calendar: possibility to display a single navigation bar instead of
several navigation bars ($conf['calendar_multi_bar'])
calendar: tried to simplify code and improve readability
(still requires a review)
git-svn-id: http://piwigo.org/svn/trunk@1057 68402e56-0260-453c-a942-63ccdbb3a9ee
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'] )); |