if ($styles) {
setcookie("styles","(call style variables here)","(however long you want it to last)");
} else {
(same thing here);
}
?>
then you would call $styles[0 .. whatever] where you wanted those vars.. you would do that on forum pages..
then on the transition pages, you would just call the cookie.. I think you would just call it, considering the cookie is still alive.. or if it wasn't, you would just use:
setcookie("styles","(styles for that template here),"however long you want it to last");
and that would create the cookie for it to use..
Cal or someone else could probably tell you an easier way to do it, but anyways..
EDIT: For the record, iamcal.com (the only one that I've seen do it) has the little thingy where you can change the colors of the site and they stay that way.. This should be pretty much the exact same thing.. But this would be in Perl, not in php.. sooo..
[ July 16, 2001 01:01 PM: Message edited by: The Donut ]