Jump to content

How would i add this img to the header as a logo? It breaks the header.


Recommended Posts

hey Daniel

 

follow Alexander suggestion, in header.tpl file you've got:

 

<a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}">
 <img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} />
   </a>

 

this is code for the logo, you should change it

Link to comment
Share on other sites

×
×
  • Create New...