Petko Yotov wrote: > On Sunday 20 September 2009 05:31:52 DaveG wrote: >> It seems that when action=print $GroupHeaderFmt is not applied. >> According to a note on PmWiki/GroupHeaders, the work-around is to create >> a page YourGroup.GroupPrintHeader. >> >> Is there a way to programatically change the Group or Page header for >> action=print? > > You can have in config.php : > $GroupPrintHeaderFmt = $GroupHeaderFmt; > $GroupPrintFooterFmt = $GroupFooterFmt; > > Or alternatively, you can set them to whatever wiki markup you need. Ah, thanks. I wasn't aware of GroupPrintHeaderFmt, it's only mentioned in the change release. I've added it to the documentation.
~ ~ David _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
