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