Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
drleilu
/
www
/
wp-content
/
themes
/
luxia
/
✏️
Editing: header-menu-three.php
<?php /** * The header for our theme * * * @package luxia */ $luxia_data =get_option('luxia_data'); ?> <!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php get_template_part('template-parts/header-layout-three'); ?> <div id="content" class="site-content">
💾 Save
❌ Cancel