Calendar
if($_GET['picker']) {
include(get_template_directory(). '/inc/calendar-datepicker.php');
} else if($_GET['full']) {
include(get_template_directory(). '/inc/calendar/full.php');
} else {
include(get_template_directory(). '/inc/rh/calendar.php');
}
?>