4images Forum & Community
4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: Tancred on December 13, 2002, 06:58:07 PM
-
Hi
I have installed 4images and everything is working well.
I am working on making minor changes to the layout. I have changed the header_logo.gif and would like to make this .gif a link back to my blog.
I made this change to the top.html file
<td width="6"><img src="{template_url}/images/header_left.gif" width="
6" height="60" alt="" /></td>
<td width="405"><a href="http://tancred.net"><img src="{template_url}/images/header_logo.gif" width="405" height="60" alt="" /></a></td>
<td width="225" align="right">
<form method="post" action="{url_search}">
<table border="0" cellspacing="0" cellpadding="1">
Now while that looks correct it's not showing on my pages. Have I changed it in the right place? Or with my very poor PHP skills am I missing something?
Any help would be great.
Thanks
Tancred[/b]
-
The template top.html is for displaying the "top images" and is not what is placed at the top of all your pages. You need to edit all the templates that have header_logo.gif inside them. This includes home.html, top.html, categories.html, search.html and so on.
-
Thanks a lot.
Everything is working now :)
I had just assumed top.html would be for the top page - not the page of "top" images hehehe
Thanks again
Tancred