Advertisement
BakerMan

Robust Theme / TEC 2.0.11 / Tweaked ecp-page-template

Jun 11th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <?php
  2. /**
  3. * Tweaked for the "Robust" theme
  4. */
  5.  
  6. // Don't load directly
  7. if ( !defined('ABSPATH') ) { die('-1'); }
  8.  
  9. ?>
  10. <?php get_header(); ?>
  11. <?php tribe_events_before_html(); ?>
  12.  
  13. <div id="page-title" class="clearfix">
  14. <div class="container">
  15. <h1 class="tribe-events-cal-title"><?php tribe_events_title(); ?></h1>
  16. </div>
  17. </div>
  18.  
  19. <div id="main" class="container">
  20. <?php include(tribe_get_current_template()); ?>
  21. </div>
  22.  
  23. <?php tribe_events_after_html(); ?>
  24. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement