Page 1 of 1
Picture shown on each page
Posted: Sun Nov 07, 2004 1:49 pm
by David
Hello!
I want to create a picture which is shown at each page of the weblog. I will put it in the footer! How can I do that?
David
Re: Picture shown on each page
Posted: Mon Nov 08, 2004 10:34 am
by garvinhicking
Just edit the "layout.php" file of your selected template (or templates/default/layout.php if you don't have one). There you can insert HTML at the top or bottom of the file.
Or use a snapshot of our 0.8 development version, where we use Smarty. There you can edit the *.tpl files inside of the template directory and put straight HTML code there, without needing to know anything about PHP.
Regards,
Garvin.
Posted: Thu Nov 11, 2004 7:09 pm
by David
Thanks, it works!
David