File "today.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/src/views/v2/month/mobile-events/nav/today.php
File size: 745 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* View: Month View Nav Today Button
*
* Override this template in your own theme by creating a file at:
* [your-theme]/tribe/events/v2/month/mobile-events/nav/today.php
*
* See more documentation about our views templating system.
*
* @link http://evnt.is/1aiy
*
* @var string $today_url The URL to the today page.
*
* @version 5.0.1
*
*/
?>
<li class="tribe-events-c-nav__list-item tribe-events-c-nav__list-item--today">
<a
href="<?php echo esc_url( $today_url ); ?>"
class="tribe-events-c-nav__today tribe-common-b2"
data-js="tribe-events-view-link"
aria-label="<?php echo esc_attr( $today_title ); ?>"
title="<?php echo esc_attr( $today_title ); ?>"
>
<?php echo esc_html( $today_label ); ?>
</a>
</li>