I'm trying to free your mind, Neo. But I can only show you the door. You're the one that has to walk through it.
|
PmWikiJa /
AllGroupHeaderQuestionHow do I create a Site.AllGroupHeader page which can contain styles and content for all pages in all groups? AnswerIf the group contains a wiki page called $GroupHeaderFmt = '(:include $SiteGroup.AllGroupHeader:)(:nl:)'. '(:include $Group.GroupHeader:)(:nl:)'; The variable $SiteGroup usually refers to Notes and Comments
$GroupFooterFmt = '(:include $SiteGroup.AllGroupFooter:)(:nl:)'. '(:include $Group.GroupFooter:)(:nl:)'; See AlsoContributors-- Pm, Christian, Hans Category: Layout |