summaryrefslogtreecommitdiffstats
path: root/templates/header.tpl
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-04 19:13:42 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-04 19:13:42 +0000
commit32d8d9f61c75032cb181993c16e6964eb8601843 (patch)
treee0656d6e3be551c2ff8b07ca0308eafc46ccefb4 /templates/header.tpl
parent62fe4c5af5a7a8e8ea16cc983bbf76f2088d216b (diff)
inlcude AJAX files
git-svn-id: file:///var/lib/svn/phpfspot/trunk@7 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates/header.tpl')
-rw-r--r--templates/header.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/header.tpl b/templates/header.tpl
index a4cd256..9f1e85a 100644
--- a/templates/header.tpl
+++ b/templates/header.tpl
@@ -3,6 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=charset=utf-8" />
<title>{$page_title}</title>
- <script type="text/javascript" src="rpc.php?mode=init&amp;client=all"></script>
<link href="stylesheet.css" type="text/css" rel="stylesheet" />
+ <script type="text/javascript" src="rpc.php?mode=init&amp;client=all"></script>
+ <script type="text/javascript" src="phpfspot.js"></script>
</head>