diff options
author | gweltas <gweltas@piwigo.org> | 2004-03-31 17:26:31 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-03-31 17:26:31 +0000 |
commit | b531871f125265596ee9a7c550fdd3f4bfd0d19e (patch) | |
tree | 08150726aff1c31a32b5bb92f8a4d0df15c14a56 /category.php | |
parent | d90e90dd4a98c8bb70c83e5d0a351b27c0e2283b (diff) |
- Category upload admin control panel
git-svn-id: http://piwigo.org/svn/trunk@403 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | category.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/category.php b/category.php index ed50a5762..02384fbc8 100644 --- a/category.php +++ b/category.php @@ -488,7 +488,7 @@ if ( isset ( $page['cat'] ) ) // category comment if ( isset( $page['comment'] ) and $page['comment'] != '' ) { - $template->assign_block_vars('cat_infos.navigation',array('COMMENTS' => $page['cat_comment'])); + $template->assign_block_vars('cat_infos.comment',array('COMMENTS' => $page['comment'])); } } //------------------------------------------------------------ log informations |