-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_header.php
27 lines (27 loc) · 942 Bytes
/
_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
<?php if(!$_ajax) {?>
<!DOCTYPE html>
<html>
<head>
<title>html5history</title>
<meta name="description" content="html5history" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>
<!-- Only for using #! in non html5history browsers -->
<!--<script type="text/javascript" src="/assets/jquery.ba-hashchange.js"></script>-->
<script type="text/javascript" charset="utf-8">
<?php if( isset( $_GET['p'] ) && intval($_GET['p'] ) > 0 ) { ?>
var initialParams = '<?php print intval($_GET['p']); ?>';
<?php } else { ?>
var initialParams = '-1';
<?php } ?>
</script>
<script type="text/javascript" src="/assets/html5hist.js?r=<?php print $_rev;?>"></script>
</head>
<body>
<div>i have thoughts</div>
<ul>
<li><a class="alink" href="/1">1</a></li>
<li><a class="alink" href="/2">2</a></li>
<li><a class="alink" href="/3">3</a></li>
</ul>
<div id="inserthere">
<?php } ?>