Remove Logo

aem

No avatar

2007-05-25 03:06

Hi all,

I already save my logo in configuration admin.. logo created.

Now , i am try to remove it to maintain default header without logo. But my logo still there..
anyone know how to remove it.. i try configuration admin to save without logo..but my logo
still appear.

thanks

» Quick.Cart v2.x

merci

No avatar

2007-05-25 09:29

aem - To remove logo completely you should:
open file templates/page.tpl and remove this code:

<div id="header">
      <
a href="?p="><img src="$config[dir_files]img/$config[logo_img]" alt="" /></a>
    </
div>

motley

Avatar: motley

2009-03-30 13:53

In container.tpl replace:

<div id="logo">
<h1><a href="?" tabindex="1"><img src="$config[dir_templates]img/logo.jpg" alt="$config[title]" /></a></h1>
<h2>$config[slogan]</h2>
</div>


with:

<div id="logo">
h2>$config[slogan]</h2>
</div>

If you want to remove both slogan end logo, then replace with:

<div id="logo">
</div>

motley

Avatar: motley

2009-03-30 13:54

This work for version Cart. 3.x

Back to top
about us | contact