Jump to content

How to add a text next to logo


Recommended Posts

Paste this code in header tpl

<a id="header_logo" href="{$link->getPageLink('index.php')}" title="{$shop_name|escape:'htmlall':'UTF-8'}">

<img class="logo" src="{$img_ps_dir}logo.png?{$img_update_time}" 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>

<p class="text_sologan">{l s=' your text '}</p>

</div>

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

×
×
  • Create New...