summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Cody <codeman@gentoo.org>2008-02-17 19:36:19 +0000
committerPreston Cody <codeman@gentoo.org>2008-02-17 19:36:19 +0000
commite3a4734a4e5a7ed268841d18d994385f9e8f556b (patch)
tree883b500b5bdd937762e52aa2292526f2044fb74f /scire/.smarty/templates/header.tpl
parentadding in the minimal phpgacl code. this is all that is necessary (diff)
downloadscire-e3a4734a4e5a7ed268841d18d994385f9e8f556b.tar.gz
scire-e3a4734a4e5a7ed268841d18d994385f9e8f556b.tar.bz2
scire-e3a4734a4e5a7ed268841d18d994385f9e8f556b.zip
adding some module support code as well as a prototype page
for quickstart. reworking the job page to do what was previously in add_job.php we can now safely get rid of add_job i think. svn path=/trunk/; revision=356
Diffstat (limited to 'scire/.smarty/templates/header.tpl')
-rw-r--r--scire/.smarty/templates/header.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scire/.smarty/templates/header.tpl b/scire/.smarty/templates/header.tpl
index 51f5387..d0d40b5 100644
--- a/scire/.smarty/templates/header.tpl
+++ b/scire/.smarty/templates/header.tpl
@@ -12,7 +12,7 @@
<title>Scire{if ($title ne "")} - {$title}{if ($subtitle ne "")} - {$subtitle}{/if}{/if}</title>
<link rel="icon" href="{$baseurl}favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="{$baseurl}favicon.ico" type="image/x-icon" />
- <link rel="stylesheet" href="{$theme}.css" type="text/css" />
+ <link rel="stylesheet" href="{$baseurl}{$theme}.css" type="text/css" />
{if isset($head)}{$head}{/if}
</head>