Current File : /home/kelaby89/teamhachem.com/wp-content/plugins/the-events-calendar/src/views/v2/day/nav/next.php |
<?php
/**
* View: Day View Nav Next Button
*
* Override this template in your own theme by creating a file at:
* [your-theme]/tribe/events/v2/day/nav/next.php
*
* See more documentation about our views templating system.
*
* @link http://evnt.is/1aiy
*
* @var string $link The URL to the next page.
*
* @version 5.3.0
*
*/
?>
<li class="tribe-events-c-nav__list-item tribe-events-c-nav__list-item--next">
<a
href="<?php echo esc_url( $link ); ?>"
rel="next"
class="tribe-events-c-nav__next tribe-common-b2 tribe-common-b1--min-medium"
data-js="tribe-events-view-link"
aria-label="<?php esc_attr_e( 'Next Day', 'the-events-calendar' ); ?>"
title="<?php esc_attr_e( 'Next Day', 'the-events-calendar' ); ?>"
rel="<?php echo esc_attr( $next_rel ); ?>"
>
<?php esc_html_e( 'Next Day', 'the-events-calendar' ); ?>
<?php $this->template( 'components/icons/caret-right', [ 'classes' => [ 'tribe-events-c-nav__next-icon-svg' ] ] ); ?>
</a>
</li>