HEX
Server: Apache/2.4.25 (Debian)
System: Linux server17 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
User: web37 (1062)
PHP: 7.4.30
Disabled: show_source, highlight_file, apache_child_terminate, apache_get_modules, apache_note, apache_setenv, virtual, dl, disk_total_space, posix_getpwnam, posix_getpwuid, posix_mkfifo, posix_mknod, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_nice, openlog, syslog, pfsockopen
Upload Files
File: /var/www/web37/htdocs/0900-notruf/wp-content/themes/brickyard/header.php
<?php
/**
 * The header template file.
 * @package BrickYard
 * @since BrickYard 1.0.0
*/
?><!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8" <?php language_attributes(); ?>>
<![endif]-->
<!--[if !(IE 7) | !(IE 8)  ]><!-->
<html <?php language_attributes(); ?>>
<!--<![endif]-->
<head>
  <meta charset="<?php bloginfo( 'charset' ); ?>" /> 
  <meta name="viewport" content="width=device-width" />  
<?php if ( ! function_exists( '_wp_render_title_tag' ) ) { ?><title><?php wp_title( '|', true, 'right' ); ?></title><?php } ?>  
	<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php wp_head(); ?> 
</head>
 
<body <?php body_class(); ?> id="wrapper">
<?php if ( get_theme_mod('brickyard_display_background_pattern', brickyard_default_options('brickyard_display_background_pattern')) != 'Hide' ) { ?>
<div class="pattern"></div> 
<?php } ?>   
<div id="container">

  <header id="header">
<?php if ( !is_page_template('template-landing-page.php') ) { ?>
<?php if ( has_nav_menu( 'top-navigation' ) || get_theme_mod('brickyard_header_facebook_link', brickyard_default_options('brickyard_header_facebook_link')) != '' || get_theme_mod('brickyard_header_twitter_link', brickyard_default_options('brickyard_header_twitter_link')) != '' || get_theme_mod('brickyard_header_google_link', brickyard_default_options('brickyard_header_google_link')) != '' || get_theme_mod('brickyard_header_rss_link', brickyard_default_options('brickyard_header_rss_link')) != '' ) {  ?>
    <div id="top-navigation-wrapper">
      <div class="top-navigation">
<?php if ( has_nav_menu( 'top-navigation' ) ) { wp_nav_menu( array( 'menu_id'=>'top-nav', 'theme_location'=>'top-navigation' ) ); } ?>
<?php if (get_theme_mod('brickyard_header_facebook_link', brickyard_default_options('brickyard_header_facebook_link')) != '' || get_theme_mod('brickyard_header_twitter_link', brickyard_default_options('brickyard_header_twitter_link')) != '' || get_theme_mod('brickyard_header_google_link', brickyard_default_options('brickyard_header_google_link')) != '' || get_theme_mod('brickyard_header_rss_link', brickyard_default_options('brickyard_header_rss_link')) != '' ) { ?>      
        <div class="header-icons">
<?php if (get_theme_mod('brickyard_header_facebook_link', brickyard_default_options('brickyard_header_facebook_link')) != ''){ ?>
          <a class="social-icon facebook-icon" href="<?php echo esc_url(get_theme_mod('brickyard_header_facebook_link', brickyard_default_options('brickyard_header_facebook_link'))); ?>" target="_blank"></a>
<?php } ?>
<?php if (get_theme_mod('brickyard_header_twitter_link', brickyard_default_options('brickyard_header_twitter_link')) != ''){ ?>
          <a class="social-icon twitter-icon" href="<?php echo esc_url(get_theme_mod('brickyard_header_twitter_link', brickyard_default_options('brickyard_header_twitter_link'))); ?>" target="_blank"></a>
<?php } ?>
<?php if (get_theme_mod('brickyard_header_google_link', brickyard_default_options('brickyard_header_google_link')) != ''){ ?>
          <a class="social-icon google-icon" href="<?php echo esc_url(get_theme_mod('brickyard_header_google_link', brickyard_default_options('brickyard_header_google_link'))); ?>" target="_blank"></a>
<?php } ?>
<?php if (get_theme_mod('brickyard_header_rss_link', brickyard_default_options('brickyard_header_rss_link')) != ''){ ?>
          <a class="social-icon rss-icon" href="<?php echo esc_url(get_theme_mod('brickyard_header_rss_link', brickyard_default_options('brickyard_header_rss_link'))); ?>" target="_blank"></a>
<?php } ?>
        </div>
<?php } ?>
      </div>
    </div>
<?php }} ?>    
    <div class="header-content">
<?php if ( get_theme_mod('brickyard_logo_url', brickyard_default_options('brickyard_logo_url')) == '' ) { ?>
      <p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a></p>
<?php } else { ?>
      <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img class="header-logo" src="<?php echo esc_url(get_theme_mod('brickyard_logo_url', brickyard_default_options('brickyard_logo_url'))); ?>" alt="<?php bloginfo( 'name' ); ?>" /></a>
<?php } ?>
<?php if ( get_theme_mod('brickyard_display_site_description', brickyard_default_options('brickyard_display_site_description')) != 'Hide' ) { ?>
      <p class="site-description"><?php bloginfo( 'description' ); ?></p>
<?php } ?>
<?php if ( get_theme_mod('brickyard_display_search_form', brickyard_default_options('brickyard_display_search_form')) != 'Hide' && !is_page_template('template-landing-page.php') ) { ?>
<?php get_search_form(); ?>
<?php } ?>
    </div>
<?php if ( !is_page_template('template-landing-page.php') ) { ?>
    <div class="menu-box">
      <a class="link-home" href="<?php echo esc_url( home_url( '/' ) ); ?>"></a>
<?php wp_nav_menu( array( 'menu_id'=>'nav', 'theme_location'=>'main-navigation' ) ); ?>
    </div>
<?php } ?>    
<?php if ( is_home() || is_front_page() ) { ?>
<?php if ( get_header_image() != '' ) { ?>    
    <div class="header-image"><img src="<?php header_image(); ?>" alt="<?php bloginfo( 'name' ); ?>" /></div>
<?php } ?>
<?php } else { ?>
<?php if ( get_header_image() != '' && get_theme_mod('brickyard_display_header_image', brickyard_default_options('brickyard_display_header_image')) != 'Only on Homepage' ) { ?>    
    <div class="header-image"><img src="<?php header_image(); ?>" alt="<?php bloginfo( 'name' ); ?>" /></div>
<?php } ?>
<?php } ?>
  </header> <!-- end of header -->

<div id="main-content">
<div id="content">
<?php if ( !is_home() && !is_front_page() && !is_page_template('template-landing-page.php') ) { ?>
<?php brickyard_get_breadcrumb(); ?>
<?php } ?>