diff options
Diffstat (limited to 'category.php')
-rw-r--r-- | category.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/category.php b/category.php index 7de82f31c..5484804ee 100644 --- a/category.php +++ b/category.php @@ -310,6 +310,11 @@ if (isset($page['cat']) )))) { include(PHPWG_ROOT_PATH.'include/category_default.inc.php'); + + if ('admin' == $user['status']) + { + $template->assign_block_vars('caddie', array()); + } } elseif (isset($page['cat']) and $page['cat'] == 'calendar') { |