Created
October 1, 2013 01:24
-
-
Save jeremyfelt/6772721 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| Template Name: Calendar View | |
| */ | |
| get_header(); | |
| do_action( 'tribe_events_before_template' ); | |
| tribe_get_template_part( 'modules/bar' ); | |
| tribe_get_template_part('month/content'); | |
| do_action( 'tribe_events_after_template' ); | |
| get_sidebar(); | |
| get_footer(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment