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.

Petko

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to