Fent Posted November 28, 2011 Share Posted November 28, 2011 Hello, i wanna remove the Header logo and i edited the header.tpl {* {$shop_name|escape:'htmlall':'UTF-8'} *} but it dosent change anything ! can anyone help me ? Link to comment Share on other sites More sharing options...
Halski83 Posted November 29, 2011 Share Posted November 29, 2011 You just need to edit header.tpl in line 45 or somewhere near and commment out the code which loads logo, you don't have to remove logo. Here's how it should look like (I wanted to do the same and it works for me): <!-- Header --> <div id="header"> <div id="header_right"> {$HOOK_TOP} </div> <!--<div id="logo"> <a href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}"> <img src="{$img_ps_dir}logo.png" alt="{$shop_name|escape:'htmlall':'UTF-8'}" /> </a> </div>--> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now