diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-07-06 02:44:16 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-07-06 02:44:16 +0000 |
commit | be5336f6cd55844854f64945e8da1cc974d2ba87 (patch) | |
tree | 33f15da581c6884411fd239633a0c977966fcd92 /index.php | |
parent | d954e8dcadcfcfe0c199ad15b5fb6e5e43541169 (diff) |
bug 450: "upload an image" link in menu bar is missing
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1435 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -267,18 +267,6 @@ if (isset($page['cat_nb_images']) and $page['cat_nb_images'] > 0 if (isset($page['category'])) { - // upload a picture in the category - if ($page['cat_uploadable']) - { - $url = get_root_url().'upload.php?cat='.$page['category']; - $template->assign_block_vars( - 'upload', - array( - 'U_UPLOAD'=> $url - ) - ); - } - // category comment if (isset($page['comment']) and $page['comment'] != '') { |