summaryrefslogtreecommitdiffstats
path: root/templates/head.tpl.php
blob: 9410f54e3c3d0648121e7c6b969357b1ce33107c (plain)
1
2
3
4
5
6
7
8
<?php include(SITE_ROOT . "/include/" . "config.inc.php"); ?>
<head>
	<title><?php echo $site_title; ?></title>
	<link rel="stylesheet" type="text/css" href="<?php echo "css/default.css"; ?>" />
	<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
	<script type="text/javascript" src="jquery/jquery-1.7.1.js"></script>
	<script type="text/javascript" src="jquery/bjack.js"></script>
</head>