-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
64 lines (60 loc) · 2.53 KB
/
header.php
File metadata and controls
64 lines (60 loc) · 2.53 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
<?php if (!defined('PLX_ROOT')) exit; ?>
<!DOCTYPE html>
<!-- Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Adapté à PluXml par Fab'Lab
http://www.le-fab-lab.com
Même licence d'utilisation. -->
<html lang="<?php $plxShow->defaultLang() ?>">
<head>
<meta charset="<?php $plxShow->charset('min'); ?>">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<title><?php $plxShow->pageTitle(); ?></title>
<?php $plxShow->meta('description') ?>
<?php $plxShow->meta('keywords') ?>
<?php $plxShow->meta('author') ?>
<?php $plxShow->templateCss(); ?>
<link href='http://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="<?php $plxShow->template(); ?>/style.css" media="screen" />
<link rel="stylesheet" media="screen and (max-width: 640px)" href="<?php $plxShow->template(); ?>/smallscreen.css" type="text/css" />
<link rel="stylesheet" href="<?php $plxShow->template(); ?>/print.css" media="print" />
<link rel="alternate" type="application/rss+xml" title="<?php $plxShow->lang('ARTICLES_RSS_FEEDS') ?>" href="<?php $plxShow->urlRewrite('feed.php?rss') ?>" />
<link rel="alternate" type="application/rss+xml" title="<?php $plxShow->lang('COMMENTS_RSS_FEEDS') ?>" href="<?php $plxShow->urlRewrite('feed.php?rss/commentaires') ?>" />
<!--[if lt IE 9]>
<script src="<?php $plxShow->template(); ?>/js/html5ie.js"></script>
<script src="<?php $plxShow->template(); ?>/js/respond.min.js"></script>
<![endif]-->
</head>
<body id="top">
<!-- Menu de navigation -->
<div id="menu-wrapper">
<nav role="navigation">
<div id="menu">
<ul>
<?php $plxShow->staticList($plxShow->getLang('HOME'),'<li id="#static_id"><a href="#static_url" class="#static_status" title="#static_name">#static_name</a></li>'); ?>
<?php $plxShow->pageBlog('<li id="#page_id"><a class="#page_status" href="#page_url" title="#page_name">#page_name</a></li>'); ?>
</ul>
</div>
</nav>
</div>
<!-- Entête avec nom site + slogan -->
<div id="wrapper">
<header role="banner">
<div id="header-wrapper">
<div id="header">
<div id="logo">
<h1>
<?php $plxShow->mainTitle('link'); ?>
</h1>
<p>
<?php $plxShow->subTitle(); ?>
</p>
</div>
</div>
</div>
</header>
<!-- Début du reste de la page (hors footer) -->
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">