[pmwiki-users] div 4 groupheader / footer

Patrick R. Michaud pmichaud at pobox.com
Thu Feb 9 11:18:07 CST 2006


On Thu, Feb 09, 2006 at 10:07:03AM +0100, noskule wrote:
>    hi list
>    I would like to embed the content of groupheader /footer into divs. So I
>    can style them sepeartly from the wikitext.
> 
>    <div id="header"> . . . .</div>
>    <div id="wikitext"> . . . .</div>
>    <div id="footer"> . . . .</div>
> 
>    Is there a simple way to do it or does the pmwiki.php code to be changed?

In a local customization file:

$GroupHeaderFmt = ">>id='header'<<\n(:include {$Group}.GroupHeader:)\n>><<";
$GroupFooterFmt = ">>id='footer'<<\n(:include {$Group}.GroupFooter:)\n>><<";

Pm





More information about the pmwiki-users mailing list