[-] FO : #PSCFV-3079 - Change scene image size
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user