-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathheader.php
More file actions
32 lines (30 loc) · 1.26 KB
/
header.php
File metadata and controls
32 lines (30 loc) · 1.26 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title>
<?php
echo $article[ 'title' ];
?>
</title>
<link href='https://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' />
<link href='style.css' rel='stylesheet' />
<link rel='icon' type='image/png' href='images/smiley-cool.png' />
<link href='syntax/css/shCore.css' rel='stylesheet' />
<link href='syntax/css/shThemeDefault.css' rel='stylesheet' />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33157490-1']);
_gaq.push(['_trackPageview']);
( function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
} )();
</script>
</head>
<body><div class='content'>
<!--
This article has been typeset in HTML/CSS by hand.
Interested in translating? E-mail me.
-->