File manager - Edit - C:/inetpub/vhosts/alsawaripharma.com/icte-dubai.com/en/wp-content/themes/vw-education-lite/header.php
Back
<?php /** * The Header for our theme. * * Displays all of the <head> section and everything up till <div id="content"> * * @package VW Education Lite */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); }else{ do_action('wp_body_open'); } ?> <header role="banner"> <a class="screen-reader-text skip-link" href="#maincontent"><?php esc_html_e( 'Skip to content', 'vw-education-lite' ); ?></a> <?php if( get_theme_mod('vw_education_lite_topbar_hide_show') != ''){ ?> <div class="top-bar"> <div class="container"> <div class="row"> <div class="col-lg-3 col-md-3 phone"> <?php if(get_theme_mod('vw_education_lite_cont_phone','') != '') { ?> <i class="<?php echo esc_attr(get_theme_mod('vw_education_lite_cont_phone_icon','fas fa-mobile-alt')); ?>"></i><span><?php echo esc_html( get_theme_mod('vw_education_lite_cont_phone','') ); ?></span> <?php } ?> </div> <div class="col-lg-3 col-md-4 phone"> <?php if(get_theme_mod('vw_education_lite_cont_email','') != '') { ?> <i class="<?php echo esc_attr(get_theme_mod('vw_education_lite_cont_email_icon','far fa-envelope')); ?>"></i><a href="mailto:<?php echo esc_attr(get_theme_mod('vw_education_lite_cont_email','')); ?>"><span><?php echo esc_html(get_theme_mod('vw_education_lite_cont_email','')); ?><span class="screen-reader-text"><?php echo esc_html(get_theme_mod('vw_education_lite_cont_email','')); ?></span></a></span> <?php } ?> </div> <div class="col-lg-6 col-md-5"> <?php dynamic_sidebar( 'social-icon' ); ?> </div> </div> </div> </div> <?php }?> <div class="header"> <div class="header-menu <?php if( get_theme_mod( 'vw_education_lite_sticky_header') != '') { ?> header-sticky"<?php } else { ?>close-sticky <?php } ?>"> <div class="row m-0"> <div class="col-lg-1 col-md-1 menu-bar-left"></div> <div class="logo text-center col-lg-2 col-md-3 col-8"> <div class="logo_box"> <?php if ( has_custom_logo() ) : ?> <div class="site-logo"><?php the_custom_logo(); ?></div> <?php endif; ?> <?php $blog_info = get_bloginfo( 'name' ); ?> <?php if ( ! empty( $blog_info ) ) : ?> <?php if ( is_front_page() && is_home() ) : ?> <?php if( get_theme_mod('vw_education_lite_logo_title_hide_show',true) != ''){ ?> <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> <?php } ?> <?php else : ?> <?php if( get_theme_mod('vw_education_lite_logo_title_hide_show',true) != ''){ ?> <p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></p> <?php } ?> <?php endif; ?> <?php endif; ?> <?php $description = get_bloginfo( 'description', 'display' ); if ( $description || is_customize_preview() ) : ?> <?php if( get_theme_mod('vw_education_lite_tagline_hide_show',true) != ''){ ?> <p class="site-description"> <?php echo $description; ?> </p> <?php } ?> <?php endif; ?> </div> </div> <div class="col-lg-9 col-md-8 p-0 col-4"> <div class="header-menus"> <div class="container"> <div class="toggle-nav mobile-menu"> <button onclick="vw_education_lite_menu_open_nav()" class="responsivetoggle"><i class="<?php echo esc_attr(get_theme_mod('vw_education_lite_res_menu_open_icon','fas fa-bars')); ?>"></i><span class="screen-reader-text"><?php esc_html_e('Open Button','vw-education-lite'); ?></span></button> </div> <div id="mySidenav" class="nav sidenav"> <nav id="site-navigation" class="main-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Top Menu', 'vw-education-lite' ); ?>"> <?php if(has_nav_menu('primary')){ wp_nav_menu( array( 'theme_location' => 'primary', 'container_class' => 'main-menu clearfix' , 'menu_class' => 'clearfix', 'items_wrap' => '<ul id="%1$s" class="%2$s mobile_nav">%3$s</ul>', 'fallback_cb' => 'wp_page_menu', ) ); } else { wp_nav_menu( array( 'container_class' => 'main-menu clearfix' , 'menu_class' => 'clearfix', 'items_wrap' => '<ul id="%1$s" class="%2$s mobile_nav">%3$s</ul>', 'fallback_cb' => 'wp_page_menu', ) ); } ?> <a href="javascript:void(0)" class="closebtn mobile-menu" onclick="vw_education_lite_menu_close_nav()"><i class="<?php echo esc_attr(get_theme_mod('vw_education_lite_res_close_menu_icon','fas fa-times')); ?>"></i><span class="screen-reader-text"><?php esc_html_e('Close Button','vw-education-lite'); ?></span></a> </nav> </div> </div> </div> </div> </div> </div> <div class="clear"></div> </div> <?php if ( is_singular() && has_post_thumbnail() ) : ?> <?php $thumb = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'vw-education-lite-post-image-cover' ); $post_image = $thumb['0']; ?> <div class="header-image bg-image" style="background-image: url(<?php echo esc_url( $post_image ); ?>)"> <?php the_post_thumbnail( 'vw-education-lite-post-image' ); ?> </div> <?php elseif ( get_header_image() ) : ?> <div class="header-image bg-image" style="background-image: url(<?php header_image(); ?>)"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"> <img src="<?php header_image(); ?>" width="<?php echo esc_attr( get_custom_header()->width ); ?>" height="<?php echo esc_attr( get_custom_header()->height ); ?>"> </a> </div> <?php endif; // End header image check. ?> </header> <?php if(get_theme_mod('vw_education_lite_loader_enable',true)==1){ ?> <div id="preloader"> <div id="status"> <?php $vw_education_lite_theme_lay = get_theme_mod( 'vw_education_lite_loader_icon','Two Way'); if($vw_education_lite_theme_lay == 'Two Way'){ ?> <img src="<?php echo esc_url(get_template_directory_uri()); ?>/images/two-way.gif" alt="" role="img"/> <?php }else if($vw_education_lite_theme_lay == 'Dots'){ ?> <img src="<?php echo esc_url(get_template_directory_uri()); ?>/images/dots.gif" alt="" role="img"/> <?php }else if($vw_education_lite_theme_lay == 'Rotate'){ ?> <img src="<?php echo esc_url(get_template_directory_uri()); ?>/images/rotate.gif" alt="" role="img"/> <?php } ?> </div> </div> <?php } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 0.09 |
proxy
|
phpinfo
|
Settings