-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.thtml
More file actions
70 lines (52 loc) · 2.02 KB
/
header.thtml
File metadata and controls
70 lines (52 loc) · 2.02 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{doctype}
<html>
<head>
<meta charset="{charset}"{xhtml}>
<title>{page_title_and_site_name}</title>
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes"{xhtml}>
<!-- Favicons -->
<link rel="shortcut icon" href="{layout_url}/images/favicon.ico"{xhtml}>
<!-- <meta http-equiv="Pragma" content="no-cache"{xhtml}> -->
<link rel="start contents" href="{site_url}"{xhtml}>
{feed_url}
{rel_links}
{plg_headercode}
<!--[if lt IE 8]><link rel="stylesheet" type="text/css" href="{layout_url}/css_{direction}/ie8.css"{xhtml}><![endif]-->
<!--[if lt IE 9]><script type="text/javascript" src="{layout_url}/javascript/respond.min.js"></script><![endif]-->
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<style><?php if(file_exists($_CONF['path_data'] . $_CONF['theme'] . '_style.txt')) echo LB . file_get_contents( $_CONF['path_data'] . $_CONF['theme'] . '_style.txt' ) . LB ?></style>
</head>
<body dir="{direction}" class="{layout_columns}">
<!-- #container { -->
<div id="container">
<header id="header" role="banner">
<div id="header-content" class="type1">
<h1 class="site_name"><a href="{site_url}" title="{site_name}">{site_name}</a></h1>
<p class="site_slogan">{site_slogan}</p>
</div>
</header>
<hr class="separator"{xhtml}>
<?php global $_PLUGINS; if(in_array('menu', $_PLUGINS)) {?>
<div class="navigation_bg">
<div class="navigation_content">
{header_navigation}
</div>
</div>
<?php } else { ?>
<nav id="navigation" role="navigation">
<div class="navigation_content">
<ul id="navigation_ul">
{menu_elements}
</ul>
</div>
</nav>
<?php } ?>
<hr class="separator"{xhtml}>
<!-- #wrapper { -->
<div id="wrapper">
<!-- Center Block Container -->
<div id="centerblocks">
<div id="main-content" role="main">
<p class="welcome_msg">{welcome_msg} {datetime}</p>
{breadcrumb_trail}