thanks
____
http://kiwiwiki.nz


On Wed, 8 May 2019 at 05:18, Patrick R. Michaud <pmich...@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@pmichaud.com
> > http://www.pmichaud.com/mailman/listinfo/pmwiki-devel
>
>
_______________________________________________
pmwiki-devel mailing list
pmwiki-devel@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-devel

Reply via email to