File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
/home/pharmacy/www/wp-content/plugins/the-events-calendar/src/admin-views/aggregator/header.php
<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>