Jump to content

default-boostrap change header.tpl change to incluide image next to logo


Recommended Posts

Hi, can any one help please? im try to insert a static image in to the top of the web page, next to logo, but always i have the image under logo or on logo, can any one tell me where? and what code i have to use?¿ 

 

Help me plase!!!! 

 

Thans a lot!!!!!!!

post-768089-0-44544000-1401128658_thumb.png

Link to comment
Share on other sites

Hi

 

in header.tpl

 

replace in line ~90

{if isset($HOOK_TOP)}{$HOOK_TOP}{/if}

with new lines:

            <div class="col-sm-8 clearfix">
                    <div class="col-sm-4 clearfix"><img src="your-img.jpg" alt="" height="{$logo_image_height}"></div>
                    {if isset($HOOK_TOP)}{$HOOK_TOP}{/if}
            </div>
Link to comment
Share on other sites

 

Hi

 

in header.tpl

 

replace in line ~90

{if isset($HOOK_TOP)}{$HOOK_TOP}{/if}

with new lines:

            <div class="col-sm-8 clearfix">
                    <div class="col-sm-4 clearfix"><img src="your-img.jpg" alt="" height="{$logo_image_height}"></div>
                    {if isset($HOOK_TOP)}{$HOOK_TOP}{/if}
            </div>

The code work, but move all the menu and page.... any idea

Link to comment
Share on other sites

  • 4 months later...
×
×
  • Create New...