[-] FO : #PSCFV-3079 - Change scene image size

This commit is contained in:
mDeflotte
2012-07-06 13:12:28 +00:00
parent 99035dbb67
commit 29f4b6b29a
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
<image_type id="thickbox" name="thickbox" width="600" height="600" products="1" categories="0" manufacturers="0" suppliers="0" scenes="0" stores="0"/>
<image_type id="category" name="category" width="500" height="150" products="0" categories="1" manufacturers="0" suppliers="0" scenes="0" stores="0"/>
<image_type id="home" name="home" width="124" height="124" products="1" categories="0" manufacturers="0" suppliers="0" scenes="0" stores="0"/>
<image_type id="large_scene" name="large_scene" width="556" height="200" products="0" categories="0" manufacturers="0" suppliers="0" scenes="1" stores="0"/>
<image_type id="large_scene" name="large_scene" width="520" height="189" products="0" categories="0" manufacturers="0" suppliers="0" scenes="1" stores="0"/>
<image_type id="thumb_scene" name="thumb_scene" width="161" height="58" products="0" categories="0" manufacturers="0" suppliers="0" scenes="1" stores="0"/>
</entities>
</entity_image_type>
+5 -1
View File
@@ -6,4 +6,8 @@ SET NAMES 'utf8';
UPDATE `PREFIX_orders` SET `reference` = LPAD(reference, 9 , '0');
INSERT INTO `PREFIX_hook_alias` (`name`, `alias`) VALUES ('displayMyAccountBlock', 'myAccountBlock');
INSERT INTO `PREFIX_hook_alias` (`name`, `alias`) VALUES ('displayMyAccountBlock', 'myAccountBlock');
UPDATE `PREFIX_image_type` SET height = 189, width = 520 WHERE name = 'large_scene';