-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhead.php
17 lines (15 loc) · 942 Bytes
/
head.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php defined( '_VALID_MOS' ) or die( 'Restricted access' ); ?>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/text.css" />
<link rel="stylesheet" href="css/960.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="tm/style.css" type="text/css">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css" />
<script src="http://code.jquery.com/jquery-1.8.3.js"></script>
<script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
<script src="http://www.openlayers.org/api/OpenLayers.js"></script>
<script src="js/cloudmade.js" type="text/javascript"></script>
<script src="js/loadInfo.js" type="text/javascript"></script>
<style> .olControlAttribution { bottom: 3px; }</style>