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