🏠 Root
/
home
/
artorgp
/
parankhoit
/
wp-content
/
plugins
/
the-events-calendar
/
src
/
views
/
v2
/
month
/
top-bar
/
nav
/
Editing: next-disabled.php
<?php /** * View: Top Bar Navigation Next Disabled Template * * Override this template in your own theme by creating a file at: * [your-theme]/tribe/events/v2/month/top-bar/nav/next-disabled.php * * See more documentation about our views templating system. * * @link {INSERT_ARTCILE_LINK_HERE} * * @version 5.0.1 * */ ?> <li class="tribe-events-c-top-bar__nav-list-item"> <button class="tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-right tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--next" aria-label="<?php esc_attr_e( 'Next month', 'the-events-calendar' ); ?>" title="<?php esc_attr_e( 'Next month', 'the-events-calendar' ); ?>" disabled > </button> </li>
Save
Cancel