-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
35 lines (32 loc) · 1.49 KB
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="Owner" content="<?php bloginfo( 'name' ); ?>">
<meta name="description" content="<?php bloginfo( 'description' ); ?>">
<!-- ========================================================== -->
<!-- Bre - Bre... kalws ton! -->
<!-- Brikes tpt endiaferon kai mphkes na psakseis? -->
<!-- -->
<!-- E.. kalo psaksimo. -->
<!-- ...kai ama mporw na boh8hsw kapws steile kana mail ; - ) -->
<!-- Neokazis Charalampos, -->
<!-- CreateMySite.gr -->
<!-- ========================================================== -->
<!-- FAVICON -->
<link rel="icon" type="image/png" href="<?php bloginfo( 'template_directory' ); ?>/img/favicon.png" sizes="16x16">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<header>
<h1>================= HEADER.php =================</h1>
<!-- To get something from the template files:
<img src="<?php bloginfo('template_directory'); ?>/img/seoicon.png"/> -->
</header>
<?php
// Include Primary Navigation Menu
require_once( 'inc/navMenu.php' );
?>
<main>