🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 11:47:51 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
ramailobhela.com
/
wp-content
/
themes
/
nighty
/
template-parts
📍 /home/therahul/ramailobhela.com/wp-content/themes/nighty/template-parts
🔄 Refresh
✏️
Editing: header-default.php
Writable
<div class="row_site"> <div class="container_site"> <header class="wrap_header" > <div class="site-brand"> <a href="<?php echo esc_url(home_url('/')); ?>" class="navbar-brand"> <?php if( get_theme_mod( 'logo', '' ) != '' ) { ?> <img src="<?php echo esc_url( get_theme_mod('logo', '') ); ?>" alt="<?php bloginfo('name'); ?>"> <?php }else { ?> <span class="blogname"> <?php bloginfo('name'); ?> </span> <?php } ?> </a> </div> <?php if ( has_nav_menu( 'primary' ) ) : ?> <nav class="main-navigation" role="navigation"> <button class="menu-toggle"> <span> <?php echo esc_html__( 'Menu', 'nighty' ); ?> </span> </button> <?php wp_nav_menu( [ 'theme_location' => 'primary', 'container_class' => 'primary-navigation', ] ); ?> </nav> <?php endif; ?> </header> </div> </div> <div class="wrap_breadcrumbs"> <div class="row_site"> <div class="container_site"> <?php echo get_template_part( 'template-parts/parts/breadcrumbs' ); ?> </div> </div> </div>
💾 Save Changes
❌ Cancel