forked from eclipse-4diac/4diac-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhead.php
14 lines (11 loc) · 756 Bytes
/
head.php
1
2
3
4
5
6
7
8
9
10
11
12
13
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="/4diac/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="/4diac/format.css">
<link rel="stylesheet" type="text/css" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" />
<script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script>
<?php
/*require_once ($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
$App = new App();
$Theme = $App->getThemeClass("quicksilver");
print $Theme->getGoogleTagManager();*/
?>