HEX
Server: Apache
System: Linux eisbus 6.8.12-9-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-9 (2025-03-16T19:18Z) x86_64
User: www-data (33)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/ThemeBackup/eisschnecken/header.php
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
	<head>
		<meta charset="<?php bloginfo('charset'); ?>">
		<meta name="viewport" content="width=device-width">
		<title><?php bloginfo('name'); ?></title>
		<?php wp_head(); ?>		
	</head>
	
<body <?php body_class(); ?>>
	<div class="topline">
		<p>
			<a href=""><span class="dashicons dashicons-phone"></span> &nbsp; 0176 43392276</a>
			<a href="mailto:<?php echo bloginfo('admin_email'); ?>"><span class="dashicons dashicons-email"></span>  &nbsp; <?php echo bloginfo('admin_email'); ?></a>
			<ri style="float: right;">
			<a href="https://www.facebook.com/eisschnecken.de" target="_blank" ><span class="dashicons dashicons-facebook" style="color: #3b5999;"></span><rit> &nbsp; Facebook</rit></a>
			<a href="https://www.instagram.com/eisschnecken.de" target="_blank" ><span class="dashicons dashicons-instagram" ></span><rit> &nbsp; Instagram</rit></a>
			</ri>
		</p>
	</div>
	
	<div class="container">
	
		<!-- site-header -->
		<header class="site-header">	
			<div class="titleline">
				<h1><a href="<?php echo home_url(); ?>"><?php bloginfo('name'); ?></a></h1>
				<h5><?php bloginfo('description'); ?> <?php if (is_page('beispiel-seite')) { ?>
					- Thank you for viewing our work
				<?php }?></h5>
			</div>
			
		<!--
			<div style="box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);">
			<center><?php //if ( function_exists( 'soliloquy' ) ) { soliloquy( '3dcustomparts', 'slug' ); } ?></center>
			</div>
		-->

			<nav id="navi">
				<div class="site-nav">
					
					<?php
					
					$args = array(
						'theme_location' => 'primary'
					);
					
					?>
					
					<?php wp_nav_menu(  $args ); ?>
				</div>
			</nav>
			
			<!-- hd-search
				<div class="hd-search">
					<?php //get_search_form(); ?>
				</div>
				 /hd-search -->
				<script>
					window.onscroll = function() {myFunction()};

					var header = document.getElementById("navi");
					var sticky = header.offsetTop;

					function myFunction() {
					  if (window.pageYOffset >= sticky - 130) {
						header.classList.add("fest");
					  } else {
						header.classList.remove("fest");
					  }
					}
				</script>
		</header><!-- /site-header -->