[pmwiki-users] skin design and the searchbox
Hans
design at flutesong.net
Mon Mar 21 07:21:59 CST 2005
Monday, March 21, 2005, 12:37:06 PM, Hans wrote:
> One way would be to do a conditional test in the markup, like
> (:if skin fixflow:)(:searchbox:)(:if:)
> Perhaps this is already possible? to check a condition against $Skin ?
Well that answer was easy:
it is possible by putting in local/config.php:
$Conditions['skin'] = "\$GLOBALS['Skin']==\$condparm";
This is good, but not too desirable, since it adds just another
thing to install. It does not work from skin.php in the skin folder.
Best,
~Hans
More information about the pmwiki-users
mailing list