summaryrefslogtreecommitdiffstats
path: root/themes/default/templates/header.tpl
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-07-22 05:49:09 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-07-22 05:49:09 +0000
commit75a329ec022ef21019afb17aecf776a10083e0cb (patch)
treebd9b22ce6004ac2f11ac189e39cc75bf1439b13a /themes/default/templates/header.tpl
parent5369d6897b8d04f8733b852a16639b949077b0b8 (diff)
issue61, theme support
git-svn-id: file:///var/lib/svn/phpfspot/trunk@237 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'themes/default/templates/header.tpl')
-rw-r--r--themes/default/templates/header.tpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/themes/default/templates/header.tpl b/themes/default/templates/header.tpl
new file mode 100644
index 0000000..5d66f2d
--- /dev/null
+++ b/themes/default/templates/header.tpl
@@ -0,0 +1,11 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>{$page_title}</title>
+ <link href="{$template_path}/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>
+ <link rel="shortcut icon" href="resources/gpl_16.png" type="image/png" />
+ <link rel="icon" href="resources/gpl_16.png" type="image/png" />
+ </head>