projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62fe4c5
)
inlcude AJAX files
author
Andreas Unterkircher
<unki@netshadow.at>
Mon, 4 Jun 2007 19:13:42 +0000
(19:13 +0000)
committer
Andreas Unterkircher
<unki@netshadow.at>
Mon, 4 Jun 2007 19:13:42 +0000
(19:13 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@7
fa6a889d
-dae6-447d-9e79-
4ba9a3039384
templates/header.tpl
patch
|
blob
|
history
diff --git
a/templates/header.tpl
b/templates/header.tpl
index a4cd256f7499c1bbf1531d1fd65ed0033123a519..9f1e85a63b2d0203a7e31c9c7e256f490e3a286a 100644
(file)
--- 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&client=all"></script>
<link href="stylesheet.css" type="text/css" rel="stylesheet" />
+ <script type="text/javascript" src="rpc.php?mode=init&client=all"></script>
+ <script type="text/javascript" src="phpfspot.js"></script>
</head>