PDA

View Full Version : Changing Style View?


Neo
09-03-2002, 04:38 PM
Is there a way I can chnage the style of the site from lets say Red to Default.. even for guests that doesnt having anything to do with the admin cp?

Thanks
- Mobe Neo :bored:

Neo
09-03-2002, 04:47 PM
well since I am so fast I figured it out...

and I will show how for fun

in global.php find

unset($codestyleid);


and replace with

// unset($codestyleid);


and place this above any irequire("./global.php");

$codestyleid=XX;