-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathheader.php
43 lines (35 loc) · 1.32 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
36
37
38
39
40
41
42
43
<?php
/**
* Apocrypha Theme Header Template
* Andrew Clayton
* Version 1.0.0
* 10-9-2013
*/
?>
<!doctype html>
<!-- Tamriel Foundry - an ESO fansite and forum dedicated to discussing mechanics, theorycrafting, and guides for The Elder Scrolls Online. -->
<html dir="ltr" lang="en-US">
<head>
<meta charset="UTF-8">
<title><?php apoc_document_title(); ?></title>
<meta name="description" content="<?php apoc_meta_description(); ?>" />
<link rel="SHORTCUT ICON" href="<?php echo THEME_URI . '/images/icons/favicon.ico'; ?>">
<link rel="alternate" type="application/rss+xml" title="Tamriel Foundry RSS Feed" href="<?php echo SITEURL; ?>/feed">
<?php wp_head(); ?>
</head>
<body class="<?php apoc_body_class(); ?>">
<div id="header-container">
<header id="site-header" role="banner">
<nav id="admin-bar" role="navigation">
<?php apoc_admin_bar(); ?>
</nav><!-- #admin-bar -->
<a id="main-banner" href="<?php echo SITEURL; ?>"></a>
<div id='div-gpt-ad-1414127616072-0'>
<script type='text/javascript'>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1414127616072-0'); });</script>
</div><!-- Google Ads -->
</header>
</div><!-- #header-container -->
<nav id="primary-menu" role="navigation">
<?php apoc_primary_menu(); ?>
</nav><!-- #primary-menu -->
<div id="main-container">