File: /var/www/html/triad-infosec/wp-content/plugins/events-calendar-pro/src/views/v2/summary/top-bar.php
<?php
/**
* View: Top Bar
*
* Override this template in your own theme by creating a file at:
* [your-theme]/tribe/events-pro/v2/summary/top-bar.php
*
* See more documentation about our views templating system.
*
* @link http://evnt.is/1aiy
*
* @version 5.7.0
*/
?>
<div class="tribe-events-c-top-bar tribe-events-header__top-bar">
<?php $this->template( 'summary/top-bar/nav' ); ?>
<?php $this->template( 'components/top-bar/today' ); ?>
<?php $this->template( 'summary/top-bar/datepicker' ); ?>
<?php $this->template( 'components/top-bar/actions' ); ?>
</div>