4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: Bush on January 28, 2003, 02:40:37 AM

Title: Help with removing 4image logo
Post by: Bush on January 28, 2003, 02:40:37 AM
Hi,
I'm trying to remove the 4images logo on my site.  I have paid for a license and would also like to know how to replace your logo on all of my pages with my own logo.
Thanks in advance,
Bush
Title: Help with removing 4image logo
Post by: SLL on January 28, 2003, 08:34:08 AM
In \4images\templates\default\home.html :
Code: [Select]
<td width="405"><img src="{template_url}/images/header_logo.gif" width="405" height="60" alt="" /></td>
header_logo.gif is the logo... do not forget to change width and height (or just remove them)
Title: Help with removing 4image logo
Post by: Bush on January 28, 2003, 09:24:53 PM
Ok great, it worked but it only changed the logo on the home page and still has the 4images logo on the rest.  What do i do?
Thanks so much!
Title: Help with removing 4image logo
Post by: SLL on January 28, 2003, 09:35:48 PM
Just do the same thing with all templates, where you find {header} in the first line  :wink:
Title: Help with removing 4image logo
Post by: Bush on January 28, 2003, 11:26:10 PM
Thanks again SLL.  Your the newbe's lifesaver!!!