In one life you're Thomas A. Anderson, program writer for a respectable software company. You have a social security number, you pay your taxes, and you (dramatic pause) help your landlady carry out her garbage.
|
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 |