/** * @deprecated */ function sp_next_event_link($anchor = false) { _deprecated_function(__FUNCTION__, '2.0', 'tribe_next_event_link()'); return tribe_next_event_link($anchor); }
?> </a> <?php } if (function_exists('tribe_get_gcal_link')) { ?> <a href="<?php echo tribe_get_gcal_link(); ?> " class="gcal-add" title="<?php _e('Add to Google Calendar', 'tribe-events-calendar'); ?> "><?php _e('+ Google Calendar', 'tribe-events-calendar'); ?> </a> <?php } ?> <div class="navigation cf clear"> <div class="tribe-prev prev-posts"><?php tribe_previous_event_link(); ?> </div> <div class="tribe-next next-posts"><?php tribe_next_event_link(); ?> </div> </div>