Page 1 of 1

Q:header?

Posted: Mon Oct 25, 2004 1:18 pm
by thetmz
Hi all,

Sorry for lame Q. How do I change content of {footer} in the admin area?
And also is there a {header} tag?


Thanks in advance,
thetmz

Q:header?

Posted: Mon Oct 25, 2004 1:33 pm
by Ted
Well, {footer} isn't really necessary to use. It was a test for the plugins system. You can take it out and use your own text in it.

However, if you really do want to just modify it, modify the text in plugins/function.footer.php.

Q:header?

Posted: Mon Oct 25, 2004 1:41 pm
by thetmz
I could change the text in the template, but i.e. if I have 3 different templates and i'd like to have the same footer and header in each of them,
it's better to use {footer} and {header} instead of putting the same text in each template.


Thanks.

Q:header?

Posted: Mon Oct 25, 2004 2:02 pm
by Ted
Use html blobs. Make one for header. One for footer. And then put {html_blob name="header"} into your template.

Q:header?

Posted: Mon Oct 25, 2004 2:11 pm
by thetmz
Thanks!!!

I've missed that for sure :)

Q:header?

Posted: Mon Oct 25, 2004 2:21 pm
by Ted
Yeah, the lack of documentation is killing us at this point...