Advertisement
cw17s0n

MPro Calendar

Apr 26th, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.74 KB | None | 0 0
  1. <?php
  2. /**
  3.  * Template Name: MPro Portal Calendar
  4.  *
  5.  * @package WordPress
  6.  * @subpackage Starkers
  7.  * @since Starkers 3.0
  8.  */
  9.  
  10. get_header(); ?>
  11.  
  12. <!-- Left Nav -->
  13. <nav class="alignLeft">
  14.     <?php include @ ("leftnav.php"); ?>
  15. </nav>
  16.  
  17. <!--<p>MPro-Calendar.php</p>-->
  18. <div id="contentContainer" class="alignLeft">
  19.     <div class="twoThirdsColumnPlus alignLeft"> <!-- Center Column -->
  20.         <div class="colTopHeader">
  21.             <h2>Training Calendar</h2>
  22.             <div class="clear"></div>
  23.         </div>
  24.  
  25.         <?php tribe_events_before_html() ?>
  26.         <!-- <h2 class="tribe-events-cal-title"><?php tribe_events_title(); ?></h2> -->
  27.         <?php include(tribe_get_current_template()); ?>
  28.         <?php tribe_events_after_html() ?>
  29.  
  30.     </div>
  31. </div>
  32.  
  33. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement