<?php /* Template Name: Timetable Event */ get_header(); // Include event content template if ( hiroshi_is_installed( 'core' ) ) { hiroshi_core_template_part( 'plugins/timetable', 'templates/content' ); } get_footer();