From 92b1427950c0dd0365f4f25fd07df607b5af6041 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Thu, 22 Dec 2011 22:41:21 +0000 Subject: [PATCH] //Small change git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11719 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminImagesController.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/controllers/admin/AdminImagesController.php b/controllers/admin/AdminImagesController.php index 6f96a6670..57b243c1c 100644 --- a/controllers/admin/AdminImagesController.php +++ b/controllers/admin/AdminImagesController.php @@ -70,12 +70,6 @@ class AdminImagesControllerCore extends AdminController 'image' => '../img/admin/picture.gif' ), 'input' => array( - array( - 'type' => 'text', - 'label' => $this->l('Theme:'), - 'name' => 'theme', - - ), array( 'type' => 'text', 'label' => $this->l('Type name:'),