[pmwiki-devel] pub/css/local.css skin order
Simon
nzskiwi at gmail.com
Wed May 8 03:08:05 PDT 2019
thanks
____
http://kiwiwiki.nz
On Wed, 8 May 2019 at 05:18, Patrick R. Michaud <pmichaud at pobox.com> wrote:
> pub/css/local.css is pulled in as part of <!--HTMLHeader--> . 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[] = "<link rel='stylesheet' type='text/css'
> 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 <!--HTMLHeader--> or <!--PageHeaderFmt--> 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: <http://www.pmichaud.com/pipermail/pmwiki-devel/attachments/20190508/60e63299/attachment.html>
More information about the pmwiki-devel
mailing list