View Single Post
  #4  
Old 07-15-2015, 09:50 AM
  razortw's Avatar 
razortw razortw is offline
 

X-Cart team
  
Join Date: Feb 2015
Posts: 807
 

Default Re: Change Admin Images

Quote:
Originally Posted by CenturyPerf
Oddly enough,

Whatever changes made to that template file make not one bit of difference.

Whether SVG displays the image or not, if I modify the original image it should change the image when SVG processes it, correct?

I mean you should change the actual URL of the logo.
Replace this
Code:
<div class="logo"><a href="{buildURL()}">{getSVGImage(#images/logo.svg#):h}</a></div>
with something like this
Code:
<div class="logo"><a href="{buildURL()}"><img src="https://www.google.ru/images/srpr/logo11w.png" /></a></div>
__________________
Best regards,
Igor Pudovkin
X-Cart hosting team
Reply With Quote