PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/footcrew.com/ads/wp-content/themes/classipress/parts/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/footcrew.com/ads/wp-content/themes/classipress/parts/nav-top-bar-primary.php

<?php
/**
 * The template for displaying the top navigation
 *
 * @package Vantage
 * @since 4.0.0
 */

?>
<div id="top-bar-primary" class="top-bar" role="navigation">

	<div class="row expanded column">

		<div class="primary-header-wrap">

			<?php cp_header_menu_primary(); ?>

			<div class="site-branding">

				<?php
				if ( function_exists( 'the_custom_logo' ) ) { // Since 4.0.0
					the_custom_logo();
				}

				if ( is_front_page() ) { ?>

					<h1 class="site-title">
						<a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
							<?php bloginfo( 'name' ); ?>
						</a>
					</h1>

				<?php } else { ?>

					<span class="h1 site-title">
						<a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
							<?php bloginfo( 'name' ); ?>
						</a>
					</span>

				<?php } ?>

				<p class="site-description"><?php bloginfo( 'description' ); ?></p>

			</div><!-- .site-branding -->

			<?php
			/**
			 * Fires in the header next to the logo.
			 *
			 * @since 4.0.0
			 */
			do_action( 'cp_header_top_bar_left' );
			?>

		</div><!-- .primary-header-wrap -->

	</div><!-- .row -->

</div><!-- .top-bar -->