Dan's way above makes full use of BW heirarchical pages. So that is
the way to go.
On some of my sites U have been doing just using the field wide
config.php file you can create. Sometimes this is more convenient
when you are still experimenting with lots of parts of the site at
once.
in field/config/config.php file
<?php
$parts = explode(".", $pageLink);
if($parts[0] == 'admin') $BOLTskin = 'default';
if($parts[0] == 'apples') $BOLTskin = 'redskin';
if($parts[1] == 'skins') $BOLTskin = $parts[2];
Of course you could use any part or the full pagelink.
john
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---