include ('includes/functions.php');include ('includes/core.php');include('includes/rating_functions.php');include('includes/reset.php');
if(isset($_GET['css'])){switch ($_GET['css']) {case 'green':$stylesheet = '<link rel="stylesheet" type="text/css" href="'.$domain.'/templates/'.$template.'/style/green.css">';$_SESSION['switchcss']=$stylesheet;break;case 'red':$stylesheet = '<link rel="stylesheet" type="text/css" href="'.$domain.'/templates/'.$template.'/style/red.css">';$_SESSION['switchcss']=$stylesheet;break;case 'grey':$stylesheet = '<link rel="stylesheet" type="text/css" href="'.$domain.'/templates/'.$template.'/style/grey.css">';$_SESSION['switchcss']=$stylesheet;break;default:$stylesheet = '<link rel="stylesheet" type="text/css" href="'.$domain.'/templates/'.$template.'/style/teal.css">';$_SESSION['switchcss']=$stylesheet;}}