require 'sys/autoload.php'; if($url_perm=="home" || $url_perm==""){ $body_class="home page-menu-center-vertical"; } function data_giorno($giorno) { switch ($giorno) { case "1": $dt= date("Y-m-d", strtotime('monday this week')); break; case "2": $dt= date("Y-m-d", strtotime('tuesday this week')); break; case "3": $dt= date("Y-m-d", strtotime('wednesday this week')); break; case "4": $dt= date("Y-m-d", strtotime('thursday this week')); break; case "5": $dt= date("Y-m-d", strtotime('friday this week')); break; case "6": $dt= date("Y-m-d", strtotime('saturday this week')); break; case "7": $dt= date("Y-m-d", strtotime('sunday this week')); break; } return $dt; } ?>