forked from EsupPortail/esup-wayf
-
Notifications
You must be signed in to change notification settings - Fork 1
/
custom-header.php
executable file
·29 lines (23 loc) · 1.3 KB
/
custom-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
28
29
<?php // Copyright (c) 2014, SWITCH ?>
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title><?php echo getLocalString('title') ?></title>
<link rel="stylesheet" type="text/css" href="Geo-SWITCHwayf/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="Geo-SWITCHwayf/css/leaflet.css" >
<link rel="stylesheet" type="text/css" href="Geo-SWITCHwayf/css/leaflet.awesome-markers.css">
<link rel="stylesheet" type="text/css" href="Geo-SWITCHwayf/css/styles.css">
<link rel="stylesheet" type="text/css" href="Geo-SWITCHwayf/css/MarkerCluster.css">
<link rel="stylesheet" type="text/css" href="Geo-SWITCHwayf/css/MarkerCluster.Default.css">
<link rel="icon" type="image/png" href="Geo-SWITCHwayf/images/favicon.png">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript" src="Geo-SWITCHwayf/js/jquery.js"></script>
</head>