Server : Apache System : Linux server.lienzindia.com 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64 User : plutus ( 1007) PHP Version : 7.4.33 Disable Function : NONE Directory : /home/plutus/public_html/wp-content/themes/vrm/ |
Upload File : |
<?php /** * The header for our theme. * * Displays all of the <head> section and everything up till <div id="main"> * * @package TotalTheme * @subpackage Templates * @version 5.8.0 */ defined( 'ABSPATH' ) || exit; ?><!DOCTYPE html> <html <?php language_attributes(); ?><?php wpex_schema_markup( 'html' ); ?> <?php wpex_html_class(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <link rel="profile" href="http://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <?php wpex_hook_after_body_tag(); // Added before wp_body_open was introduced ?> <?php wpex_hook_outer_wrap_before(); ?> <div id="outer-wrap" class="wpex-overflow-clip"> <?php wpex_hook_wrap_before(); ?> <div id="wrap" class="wpex-clr"> <?php wpex_hook_wrap_top(); ?> <?php wpex_hook_main_before(); ?> <main id="main" class="site-main wpex-clr"<?php wpex_schema_markup( 'main' ); ?><?php wpex_aria_landmark( 'main' ); ?>> <?php wpex_hook_main_top(); ?>