diff options
author | plegall <plg@piwigo.org> | 2004-11-30 20:32:44 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2004-11-30 20:32:44 +0000 |
commit | 53792251720df17d76924609d427f284495e8f04 (patch) | |
tree | 5602acb54f04cc87b831fefd5c02b600f97d6004 | |
parent | 759b1e883999c12f7f59865e4fd8c5aea7e90885 (diff) |
favorite category accessible
git-svn-id: http://piwigo.org/svn/trunk@626 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | category.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/category.php b/category.php index 1d9c75fe4..bd19bb847 100644 --- a/category.php +++ b/category.php @@ -263,6 +263,7 @@ if (isset($page['cat']) ,'recent_pics' ,'best_rated' ,'list' + ,'fav' )))) { include(PHPWG_ROOT_PATH.'include/category_default.inc.php'); |