Advertisement
BakerMan

Alt mini cal (no cal)

Apr 1st, 2014
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.40 KB | None | 0 0
  1. <?php
  2. /**
  3.  * Events Pro Mini Calendar Widget
  4.  * Alternative version of mini cal widget template: omits the actual calendar.
  5.  */
  6.  
  7. if ( !defined('ABSPATH') ) { die('-1'); } ?>
  8.  
  9. <?php $args = tribe_events_get_mini_calendar_args(); ?>
  10.  
  11. <div class="tribe-mini-calendar-wrapper">
  12.  
  13.     <!-- List -->
  14.     <?php if ( 0 < $args['count'] ) tribe_get_template_part( 'pro/widgets/mini-calendar/list' ) ?>
  15.  
  16. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement