File "header.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/src/admin-views/aggregator/header.php
File size: 458 bytes
MIME-type: text/plain
Charset: utf-8
<h1><?php echo esc_html( $this->get_page_title() ); ?></h1>
<h2 class="nav-tab-wrapper">
<?php foreach ( $this->tabs->get() as $tab ): ?>
<?php
if ( ! $tab->is_visible() ) {
continue;
}
?>
<a id="<?php echo esc_attr( $tab->get_slug() ); ?>" class="nav-tab<?php echo ( $tab->is_active() ? ' nav-tab-active' : '' ); ?>" href="<?php echo esc_url( $tab->get_url() ); ?>"><?php echo esc_html( $tab->get_label() ); ?></a>
<?php endforeach; ?>
</h2>