![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/walla3t.corals.io/wp-content/themes/apper/ |
<?php /** * Header template. * * @package Apper WordPress theme */ ?> <!DOCTYPE html> <html class="<?php echo esc_attr( acmthemes_html_classes() ); ?>" <?php language_attributes(); ?><?php acmthemes_schema_markup( 'html' ); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <?php $settings = acmthemes_settings(); // insert favicon if ( isset( $settings['site_favicon']['url'] ) && !empty( $settings['site_favicon']['url'] )) { ?> <link rel="shortcut icon" href="<?php echo esc_url( $settings['site_favicon']['url'] ); ?>" type="image/x-icon" /> <?php } ?> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <?php do_action( 'before_outer_wrap' ); ?> <div id="outer-wrap" class="<?php echo acmthemes_wrap_class(); ?>"> <?php do_action( 'before_wrap' ); ?> <div id="wrap" class="clr"> <?php do_action( 'before_top_bar' ); ?> <?php do_action( 'top_bar' ); ?> <?php do_action( 'header' ); ?> <?php do_action( 'page_header' ); ?> <?php do_action( 'before_main' ); ?> <main id="main" class="site-main clr"<?php acmthemes_schema_markup( 'main' ); ?>>