Hello Hans,

[...]

>But you could try something like this:
>(:noleft:) via the core definition will set variable
>
>$GLOBALS['TmplDisplay']['PageLeftFmt'] = 0;
>
>so you could check for that in your skin.php to trigger your style
>injections:
>
>if ($GLOBALS['TmplDisplay']['PageLeftFmt']==0)
>   { $HTMLStylesFmt['[...'] = ....; }

that's what I tried before I asked here. It doesn't work, the
expression always evaluates "true".

Oliver


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to