🏠 Root
/
home
/
artorgp
/
parankhoit
/
wp-content
/
plugins
/
the-events-calendar
/
src
/
views
/
v2
/
month
/
top-bar
/
nav
/
Editing: prev.php
<?php /** * View: Top Bar Navigation Previous Template * * Override this template in your own theme by creating a file at: * [your-theme]/tribe/events/v2/month/top-bar/nav/prev.php * * See more documentation about our views templating system. * * @link {INSERT_ARTCILE_LINK_HERE} * * @var string $prev_url The URL to the previous page, if any, or an empty string. * * @version 5.0.1 * */ ?> <li class="tribe-events-c-top-bar__nav-list-item"> <a href="<?php echo esc_url( $prev_url ); ?>" class="tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev" aria-label="<?php esc_attr_e( 'Previous month', 'the-events-calendar' ); ?>" title="<?php esc_attr_e( 'Previous month', 'the-events-calendar' ); ?>" data-js="tribe-events-view-link" > </a> </li>
Save
Cancel