Jump to content

Logo/Image dimension


Recommended Posts

i have found this

<div id="header_logo">
<a href="{$base_dir}" title="{$shop_name|escape:'html':'UTF-8'}">
<img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if $logo_image_width} width="{$logo_image_width}"{/if}{if $logo_image_height} height="{$logo_image_height}"{/if}/>
</a>
</div>
 
inside header.tpl it's the logo?=
Link to comment
Share on other sites

×
×
  • Create New...