D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
a3legalservices.site
/
wp-content
/
themes
/
aeen
/
Filename :
header.php
back
Copy
<?php /** * @author RadiusTheme * @since 1.0 * @version 1.0 */ namespace radiustheme\aeen; use radiustheme\aeen\inc\RDTheme; ?> <!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo('charset'); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <?php if( RDTheme::$options['back_to_top']) { ?> <a href="#main_content" data-type="section-switch" class="return-to-top"> <i class="fas fa-angle-double-up"></i> </a> <?php } ?> <?php get_template_part('template-parts/header/header', 'offscreen');?> <div id="main_content" class="main-content"> <?php if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'header' ) ) { get_template_part('template-parts/header/header', RDTheme::$header_style); } ?> <?php get_template_part('template-parts/content', 'banner'); ?>