summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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>