summaryrefslogtreecommitdiff
path: root/templates/popup_header_inc.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/popup_header_inc.tpl')
-rw-r--r--templates/popup_header_inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/popup_header_inc.tpl b/templates/popup_header_inc.tpl
index 6fa064f..701a755 100644
--- a/templates/popup_header_inc.tpl
+++ b/templates/popup_header_inc.tpl
@@ -3,7 +3,7 @@
<head>
<title>{$browserTitle} - {$gBitSystem->getConfig('site_title')}</title>
- <link rel="stylesheet" title="{$style}" type="text/css" href="{$gBitThemes->getStyleCss($smarty.request.site_style)}" media="all" />
+ <link rel="stylesheet" title="{$style}" type="text/css" href="{$gBitThemes->getStyleCssFile($smarty.request.site_style,1)}" media="all" />
{include file="bitpackage:kernel/header_inc.tpl"}
{include file="bitpackage:themes/header_inc.tpl"}
</head>