> For whatever reason, I think I prefer to do it a little earlier. I
> tried this code to replace ~88. Seemed cleaner to me.
>
> if (is_array($BOLTconfig['skin'])) {
>        foreach($BOLTconfig['skin'] as $skin => $check) {
>                if (BOLTpageCheck($check)) $BOLTskin = $skin;
>                }
>        }
> else $BOLTskin = BOLTconfig('BOLTskin');

Does it work that early? I thought that site.config needed to be
fetched before $BOLTconfig is ready for use.

~Hans

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to