00001 <?php
00002
00008
00009
00010 $cset = setcookie("prestop_custom_style", "1", time()+60*60*24*180, '/', 'prestopnik.com');
00011
00012 include "functions.php";
00013
00014 global $prestop_custom_style;
00015 $prestop_custom_style = "1";
00016 print_standard_top("Set to Color Scheme 1");
00017
00018 if($cset)
00019 print "Style succesfully changed";
00020 else
00021 print "Sorry we were not able to set your cookie. Please verify that you have cookies enabled.";
00022
00023 print_standard_bottom();
00024 ?>
00025