summaryrefslogtreecommitdiffstats
path: root/templates/head.tpl.php
diff options
context:
space:
mode:
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>