2014-09-30 12:26:23 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html <?php language_attributes(); ?>>
|
|
|
|
<head>
|
|
|
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<meta http-equiv="imagetoolbar" content="no" />
|
|
|
|
<meta name="author" content="OpenFest" />
|
|
|
|
<meta name="copyright" content="OpenFest" />
|
|
|
|
<meta name="robots" content="follow,index" />
|
|
|
|
<meta name="title" content="" />
|
|
|
|
<meta name="keywords" content="" lang="en-us" />
|
2014-10-04 17:31:15 +03:00
|
|
|
<meta name="description" content="" />
|
2014-09-30 12:26:23 +03:00
|
|
|
|
2014-10-04 17:31:15 +03:00
|
|
|
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
|
|
|
<link rel="icon" type="image/png" href="">
|
|
|
|
|
2014-09-30 12:26:23 +03:00
|
|
|
<title><?php wp_title( ' | ', true, 'right' ); ?></title>
|
|
|
|
|
2014-10-04 17:31:15 +03:00
|
|
|
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" type="text/css" href="<?php echo get_stylesheet_uri(); ?>" />
|
|
|
|
<?php wp_head(); ?>
|
2014-09-30 12:26:23 +03:00
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2014-10-04 17:31:15 +03:00
|
|
|
<nav>
|
|
|
|
<div class="content cf">
|
|
|
|
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="logo"><img src="<?php echo get_template_directory_uri(); ?>/img/logo.png" alt="OpenFest" /></a>
|
|
|
|
|
|
|
|
<?php wp_nav_menu( array('theme_location' => 'main-menu') ); ?>
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
<?php
|
2014-10-07 17:02:23 +03:00
|
|
|
if(openfest_home_page()){
|
2014-10-07 17:50:58 +03:00
|
|
|
echo '<section class="banner cf"><img src="'.get_template_directory_uri().'/img/banner-'.pll_current_language('slug').'.png" alt="" /></section>';
|
2014-10-04 17:31:15 +03:00
|
|
|
}
|
|
|
|
?>
|