Skip to content

Commit f1a2f72

Browse files
committed
error skipping for not exist logo in footer (by default)
1 parent 4de2956 commit f1a2f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload/vqmod/xml/svg.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
</file>
175175

176176
<file path="catalog/view/theme/*/template/common/footer.tpl">
177-
<operation info="return svg data">
177+
<operation info="return svg data" error="skip">
178178
<search position="replace">
179179
<![CDATA[<img src="<?php echo $logo; ?>" title="<?php echo $name; ?>" alt="<?php echo $name; ?>" class="img-responsive" />]]>
180180
</search>

0 commit comments

Comments
 (0)