HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/loveandlaughterpreschool.com/wp-content/themes/school/header.php
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
    <meta charset="<?php bloginfo( 'charset' ); ?>" />
    <title><?php wp_title('|',true,'right'); ?></title>
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <link rel="icon" href="<?php if(of_get_option('favicon_upload','') != ''): echo esc_url_raw(of_get_option('favicon_upload','')); endif; ?> " type="image/x-icon">    
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<!-- Top Bar Area ends here-->
<div id="kt-logo-area">
    <div class="container">
        <div class="row">
            <div class="col-md-4" id="kt-logo">
            <h1>
                <a href="<?php echo esc_url(home_url('/')) ;?>" title="<?php the_title_attribute(); ?>">
                <?php echo get_bloginfo('title');?>
                </a>
            </h1>
            <h3><?php echo get_bloginfo('description'); ?> </h3>
            </div>
            <div class="col-md-8" id="kt-main-nav">
            <?php $menu_args =  array('location'=>'primary',
                                      'menu_container'=>false,
                                      'menu_class'=>'main-menu',
                                      'menu_id'=>false); 
            wp_nav_menu($menu_args);                           
            ?>
            </div>
        </div>
    </div>
</div>
<?php if (get_header_image() != '' && is_front_page() || is_page_template('presentation.php')){    ?>
    <div id="kt-header-image">
       
		<img class="img-responsive"  src="<?php header_image(); ?>" height="<?php echo get_custom_header()->height; ?>" width="<?php echo get_custom_header()->width; ?>" alt="" />
       
    </div>
<?php } ?>