-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader-er.php
48 lines (38 loc) · 1.35 KB
/
header-er.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
44
45
46
47
<?php
/**
* Apocrypha Theme Header Template
* Andrew Clayton
* Version 2.0
* 4-29-2014
*/
// Load the Entropy Rising group
global $er;
$er = new Entropy_Rising();
?>
<!-- Begin Header -->
<!doctype html>
<html dir="ltr" lang="en-US">
<head>
<meta charset="UTF-8">
<title><?php apoc_title(); ?></title>
<meta name="description" content="<?php apoc_description(); ?>"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="SHORTCUT ICON" href="<?php echo THEME_URI . '/images/icons/favicon.ico'; ?>">
<?php wp_head(); ?>
<link rel="stylesheet" type="text/css" media="all" href="<?php echo THEME_URI . '/erguild/er-style.css'; ?>?v=<?php echo filemtime( THEME_DIR . '/erguild/er-style.css'); ?>" />
</head>
<body class="<?php apoc_body_class(); ?> entropy-rising">
<div id="header-container">
<nav id="admin-bar" role="navigation">
<?php apoc_admin_bar(); ?>
</nav>
<header id="site-header" role="banner">
<a id="site-title" href="<?php echo SITEURL . '/entropy-rising/'; ?>" title="<?php echo SITENAME; ?>"></a>
</header>
<nav id="primary-menu">
<?php er_guild_menu(); ?>
<a id="menu-scroll-bottom" class="scroll-bottom" href="#site-footer"><i class="fa fa-long-arrow-down"></i></a>
</nav><!-- #primary-menu -->
</div><!-- #header-container -->
<!-- End Header -->
<div id="main-container">