[pmwiki-users] Announcement: Google Map API v.2.0.0--Hot off the press

Dominique Faure dominique.faure at gmail.com
Thu Aug 24 04:07:56 CDT 2006


On 8/23/06, Hans <hans.bracker at googlemail.com> wrote:
> On 23/08/06, Patrick R. Michaud <pmichaud at pobox.com> wrote:
>
> > $HTMLEndFmt is only used whenever a skin template isn't loaded.
> > If a skin is loaded, its values override anything that is in
> > $HTMLStartFmt and $HTMLEndFmt.
>
> Would it not be good for recipe authors, if there would be a similar
> variable like
> $HTMLHeaderFmt which inserts into <!--HeaderText-->
> for the end of the HTML document, ie <!--FooterText--> which will be filled with
> $$HTMLFooterFmt?
>

global $TmplFmt;
$TmplFmt['End']['PageFooterFmt'][] = "my trailer text";

You may also take a javascript approach with:

document.body.insertAdjacentHTML("BeforeEnd", "my data");

which would do the trick in IE (refer to
http://www.faqts.com/knowledge_base/view.phtml/aid/5756
for an implementation for Mozilla).

Regards,
Dom




More information about the pmwiki-users mailing list