NOX-ROOT-MARAZ Manager v2
PHP 8+ Secure
/
home
/
xiedrke
/
entrepot
/
wp-content
/
themes
/
realpro
/
templates
/
header
/
Name
Size
Perms
Actions
📄 header_v1.php
801 B
0644
Edit
|
Chmod
|
Delete
📄 logo.php
2,178 B
0644
Edit
|
Chmod
|
Delete
📄 main-menu.php
305 B
0644
Edit
|
Chmod
|
Delete
Editing: header_v1.php
<?php /** * Header V1 Template * * @package Thim_Thim_StarterTheme_Theme */ ?> <div class="container navigation"> <div class="width-logo table-cell"> <?php do_action( 'thim_logo' ); ?> </div> <nav class="width-navigation table-cell main-navigation"> <div class="inner-navigation"> <?php get_template_part( 'templates/header/main-menu' ); ?> </div> <span class="thim-ekits-menu__mobile__close"><i class="rp-plus-circle" aria-hidden="true"></i></span> </nav> <?php if ( is_active_sidebar( 'menu_right' ) ) : ?> <div class="width-header-right table-cell"> <div class="header-right"> <?php dynamic_sidebar( 'menu_right' ) ?> </div> </div> <?php endif; ?> <div class="menu-mobile-effect navbar-toggle"> <span></span> <span></span> <span></span> </div> </div>
Cancel