Jump to content

add another image logo beside my shop logo


Recommended Posts

Hi..

 

 

i successfully add the said image beside my shop logo. but why? when i click the product or any of the product from my shop. the image beside my shop logo does not show up?

 

i just put up this url like this. and its work only in home page

<img src = "img/image_beside_myshop_logo.png"/>

image.png

image.png

what is the correct url should i use to show up this image?

Link to comment
Share on other sites

here is my code for header.tpl 


<div id="header_logo" style = "width:100%;">
    <div class = "column col-xs-12 col-sm-5" style = "margin-left:30px;">
	<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 isset($logo_image_width) && $logo_image_width} width="{$logo_image_width}"{/if}{if isset($logo_image_height) && $logo_image_height} height="{$logo_image_height}"{/if}/>
	</a>
    </div>
									
    <div class = "column col-xs-12 col-sm-5" style = "margin-top:17px;margin-left:80px;">
	<img src = "img/ads03.gif"/>
    </div>
</div>

Edited by jaysondotph (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...