Thread: MultiSkin
View Single Post
  #12  
Old 10-16-2003, 08:38 AM
 
buster buster is offline
 

Newbie
  
Join Date: Feb 2003
Posts: 7
 

Default

Ok, figured out the admin section. When you set the cookie you have to set the path that can read the cookie. So if you do this:
Code:
setcookie('skin', $HTTP_GET_VARS['skin'], time() + 31536000, "/");
Then the skin works for the admin section as well.
Reply With Quote