?>
'><?php 
_e('Event List', 'tribe-events-calendar');
?>
</a>
				<a class='tribe-events-button-on' href='<?php 
echo tribe_get_gridview_link();
?>
'><?php 
_e('Calendar', 'tribe-events-calendar');
?>
</a>
			</span>
		</div><!-- tribe-events-calendar-header -->
		<?php 
tribe_calendar_grid();
// See the views/table.php template for customization
?>
      <?php 
if (function_exists('tribe_get_ical_link')) {
    ?>
         <a title="<?php 
    esc_attr_e('iCal Import', 'tribe-events-calendar');
    ?>
" class="ical" href="<?php 
    echo tribe_get_ical_link();
    ?>
"><?php 
    _e('iCal Import', 'tribe-events-calendar');
    ?>
</a>
Example #2
0
 /**
  * @deprecated
  * @return mixed
  */
 function sp_calendar_grid()
 {
     _deprecated_function(__FUNCTION__, '2.0', 'tribe_calendar_grid()');
     return tribe_calendar_grid();
 }