Skip to content

Commit

Permalink
skip errors
Browse files Browse the repository at this point in the history
  • Loading branch information
landsman committed Aug 4, 2017
1 parent a71f4bb commit 7dbf167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/vqmod/xml/version_number.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<!-- replace styles calling with path contains version number, you can use this function for your another files in your theme ... -->
<file path="catalog/view/theme/*/template/common/" name="header.tpl">
<operation>
<operation error="skip">
<search position="replace"><![CDATA[<link href="<?php echo $style['href']; ?>" type="text/css" rel="<?php echo $style['rel']; ?>" media="<?php echo $style['media']; ?>" />]]></search>
<add><![CDATA[<link href="<?php echo versionNumber($style['href']); ?>" type="text/css" rel="<?php echo $style['rel']; ?>" media="<?php echo $style['media']; ?>" />]]></add>
</operation>
Expand Down

0 comments on commit 7dbf167

Please sign in to comment.