summaryrefslogtreecommitdiffstats
path: root/templates/head.tpl.php
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2012-03-13 11:36:26 +0100
committerStefan Ritter <xeno@thehappy.de>2012-03-13 11:36:26 +0100
commit600316a94a7e40c5fef364d6f98abc3e509131ad (patch)
tree4d35ea4627d32bf1c1d6acfdb4799eae174e54a2 /templates/head.tpl.php
Initial commit
Diffstat (limited to 'templates/head.tpl.php')
-rw-r--r--templates/head.tpl.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/head.tpl.php b/templates/head.tpl.php
new file mode 100644
index 0000000..9410f54
--- /dev/null
+++ b/templates/head.tpl.php
@@ -0,0 +1,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>