![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/confenda.com/wp-content/themes/beevent/ |
<?php /** * The Header template for our theme * * Displays all of the <head> section and everything up till <div> * * @package WordPress * @subpackage beevent * @since beevent 4.1 */ ?> <!DOCTYPE html> <html <?php language_attributes(); ?> class="no-js"> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <?php if ( ! function_exists( 'wp_site_icon' ) || ! wp_site_icon() ): $favicon = beevent_get_option('site_favicon'); if (!empty($favicon['url'])): echo '<link rel="shortcut icon" href="'.esc_url($favicon['url']).'" type="image/x-icon">'; endif; endif; wp_head(); ?> </head> <body id="page" <?php body_class(); ?> data-site-url="<?php echo esc_url(home_url('/')); ?>"> <?php wp_body_open(); ?> <?php if(function_exists('beevent_pc')): beevent_pc(); endif; if(function_exists('beevent_font_family')): beevent_font_family(); endif; ?> <?php beevent_header();