diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-04 19:13:42 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-04 19:13:42 +0000 |
commit | 32d8d9f61c75032cb181993c16e6964eb8601843 (patch) | |
tree | e0656d6e3be551c2ff8b07ca0308eafc46ccefb4 | |
parent | 62fe4c5af5a7a8e8ea16cc983bbf76f2088d216b (diff) |
inlcude AJAX files
git-svn-id: file:///var/lib/svn/phpfspot/trunk@7 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r-- | templates/header.tpl | 3 |
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&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> |