File "next-disabled.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/src/views/v2/month/mobile-events/nav/next-disabled.php
File size: 994 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* View: Month View Nav Disabled Next Button
*
* Override this template in your own theme by creating a file at:
* [your-theme]/tribe/events/v2/month/mobile-events/nav/next-disabled.php
*
* See more documentation about our views templating system.
*
* @link http://evnt.is/1aiy
*
* @var string $link The URL to the next page, if any, or an empty string.
* @var string $label The label for the next link.
*
* @version 5.3.0
*
*/
?>
<li class="tribe-events-c-nav__list-item tribe-events-c-nav__list-item--next">
<button
class="tribe-events-c-nav__next tribe-common-b2"
aria-label="<?php echo esc_attr( sprintf( __( 'Next month, %1$s', 'the-events-calendar' ), $label ) ); ?>"
title="<?php echo esc_attr( sprintf( __( 'Next month, %1$s', 'the-events-calendar' ), $label ) ); ?>"
disabled
>
<?php echo esc_html( $label ); ?>
<?php $this->template( 'components/icons/caret-right', [ 'classes' => [ 'tribe-events-c-nav__next-icon-svg' ] ] ); ?>
</button>
</li>