[pmwiki-users] PageHeader possible?

Hans design at softflow.co.uk
Fri Mar 24 10:23:18 CST 2006


Friday, March 24, 2006, 2:42:16 PM, Neil wrote:
> This is perfect and it suggests to me that the following might 
> provide a content footer below the group footer:

>          $GroupFooterFmt .= '(:nl:)(:include {$Name}-Footer self=0:)';

Note that this will insert GroupFooter content before displaying
{$Name}-Footer content.

To have the individual {$Name}-Footer before the GroupFooter set in
config.php or farmconfig.php:

$GroupFooterFmt = '(:nl:)(:include {$Name}-Footer self=0:)
                   (:nl:)(:include GroupFooter self=0:)';


Best,
 Hans                           





More information about the pmwiki-users mailing list