Page 1 of 1

Layout change with categories?

Posted: Mon Aug 30, 2004 6:25 pm
by Eddie
Hello, my blog is located at http://www.eddieslab.org , i modified the layout.php file on the template dir to include a logo on the banner section.
When i change categories using the links on the left, it even changes the banner section and it doesn't display the logo anymore....
What do i have to edit to fix this?

Thanx in advance and please forgive my poor english :wink:

Posted: Tue Aug 31, 2004 2:27 pm
by houndbee
The problem is the path you have mentioned to the logo, in layout.php, make sure you have something like "/path/to/image" and not "path/to/image" (notice the forward slash at the beginning).

Posted: Tue Aug 31, 2004 5:41 pm
by Eddie
Thanks a lot dude!