// add a new logo

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12190 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-01-05 14:12:39 +00:00
parent f1dabc398e
commit c6040b9f12
6 changed files with 12 additions and 11 deletions
+2 -2
View File
@@ -1591,8 +1591,8 @@ REPLACE INTO `PREFIX_configuration` (id_group_shop, id_shop, name, value, `date_
(NULL, NULL, 'PS_TAX_DISPLAY','0', NOW(), NOW()),
(NULL, NULL, 'PS_STORES_DISPLAY_CMS','1', NOW(), NOW()),
(NULL, NULL, 'PS_STORES_DISPLAY_FOOTER','1', NOW(), NOW()),
(NULL, NULL, 'SHOP_LOGO_WIDTH','224', NOW(), NOW()),
(NULL, NULL, 'SHOP_LOGO_HEIGHT','73', NOW(), NOW()),
(NULL, NULL, 'SHOP_LOGO_WIDTH','209', NOW(), NOW()),
(NULL, NULL, 'SHOP_LOGO_HEIGHT','52', NOW(), NOW()),
(NULL, NULL, 'PS_DISPLAY_SUPPLIERS','1', NOW(), NOW()),
(NULL, NULL, 'PS_LEGACY_IMAGES','1', NOW(), NOW()),
(NULL, NULL, 'PS_IMAGE_QUALITY','jpg', NOW(), NOW()),