From nzskiwi at gmail.com Sat May 4 17:05:14 2019 From: nzskiwi at gmail.com (Simon) Date: Sun, 5 May 2019 12:05:14 +1200 Subject: [pmwiki-devel] pub/css/local.css skin order Message-ID: https://www.pmwiki.org/wiki/PmWiki.LocalCustomizations Can someone please tell me exactly where in the skin template pub/css/local.css is pulled in, e.g. as part of or or .. ? tia Simon -------------- next part -------------- An HTML attachment was scrubbed... URL: From pmichaud at pobox.com Tue May 7 10:18:49 2019 From: pmichaud at pobox.com (Patrick R. Michaud) Date: Tue, 7 May 2019 12:18:49 -0500 Subject: [pmwiki-devel] pub/css/local.css skin order In-Reply-To: References: Message-ID: <20190507171849.GA10278@pmichaud.com> pub/css/local.css is pulled in as part of . It's managed as part of the lines in skins.php: SDV($PageCSSListFmt,array( 'pub/css/local.css' => '$PubDirUrl/css/local.css', 'pub/css/{$Group}.css' => '$PubDirUrl/css/{$Group}.css', 'pub/css/{$FullName}.css' => '$PubDirUrl/css/{$FullName}.css')); foreach((array)$PageCSSListFmt as $k=>$v) if (file_exists(FmtPageName($k,$pagename))) $HTMLHeaderFmt[] = "\n"; Pm On Sun, May 05, 2019 at 12:05:14PM +1200, Simon wrote: > https://www.pmwiki.org/wiki/PmWiki.LocalCustomizations > > Can someone please tell me exactly where in the skin > template pub/css/local.css is pulled in, > e.g. > as part of or or .. ? > > tia > > Simon > _______________________________________________ > pmwiki-devel mailing list > pmwiki-devel at pmichaud.com > http://www.pmichaud.com/mailman/listinfo/pmwiki-devel From nzskiwi at gmail.com Wed May 8 03:08:05 2019 From: nzskiwi at gmail.com (Simon) Date: Wed, 8 May 2019 22:08:05 +1200 Subject: [pmwiki-devel] pub/css/local.css skin order In-Reply-To: <20190507171849.GA10278@pmichaud.com> References: <20190507171849.GA10278@pmichaud.com> Message-ID: thanks ____ http://kiwiwiki.nz On Wed, 8 May 2019 at 05:18, Patrick R. Michaud wrote: > pub/css/local.css is pulled in as part of . It's > managed as part of the lines in skins.php: > > SDV($PageCSSListFmt,array( > 'pub/css/local.css' => '$PubDirUrl/css/local.css', > 'pub/css/{$Group}.css' => '$PubDirUrl/css/{$Group}.css', > 'pub/css/{$FullName}.css' => '$PubDirUrl/css/{$FullName}.css')); > > foreach((array)$PageCSSListFmt as $k=>$v) > if (file_exists(FmtPageName($k,$pagename))) > $HTMLHeaderFmt[] = " href='$v' />\n"; > > > Pm > > On Sun, May 05, 2019 at 12:05:14PM +1200, Simon wrote: > > https://www.pmwiki.org/wiki/PmWiki.LocalCustomizations > > > > Can someone please tell me exactly where in the skin > > template pub/css/local.css is pulled in, > > e.g. > > as part of or or .. ? > > > > tia > > > > Simon > > > _______________________________________________ > > pmwiki-devel mailing list > > pmwiki-devel at pmichaud.com > > http://www.pmichaud.com/mailman/listinfo/pmwiki-devel > > -------------- next part -------------- An HTML attachment was scrubbed... URL: