aboutsummaryrefslogtreecommitdiffstats
path: root/admin.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-02-02 12:21:13 +0000
committerplegall <plg@piwigo.org>2011-02-02 12:21:13 +0000
commited0fd2183a1fb42d64be9f1f94cf455c1c64d5c4 (patch)
tree2465e81a500ab3451b30da47e449d737acf0a7af /admin.php
parent99f25fdb32e801155b74abfa060288ee38346247 (diff)
bug 2176 fixed: remove the direct link to Caddie from the administration
menubar, the "Batch Manager" link does exactly the same by default. git-svn-id: http://piwigo.org/svn/trunk@9057 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin.php')
-rw-r--r--admin.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/admin.php b/admin.php
index a3d212164..2c2bbad13 100644
--- a/admin.php
+++ b/admin.php
@@ -129,7 +129,6 @@ $template->assign(
'U_CAT_OPTIONS'=> $link_start.'cat_options',
'U_CAT_UPDATE'=> $link_start.'site_update&amp;site=1',
'U_RATING'=> $link_start.'rating',
- 'U_CADDIE'=> $link_start.'batch_manager&amp;cat=caddie',
'U_RECENT_SET'=> $link_start.'batch_manager&amp;cat=recent',
'U_BATCH'=> $link_start.'batch_manager',
'U_TAGS'=> $link_start.'tags',