summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2008-10-19 19:14:49 +0000
committerChristian Fowler <spider@viovio.com>2008-10-19 19:14:49 +0000
commit904b2c955eea73a1075af219e673376329471f9d (patch)
tree20dbf52441647330e1ecba7356e0c3393e29b162 /templates
parent5b7a0f65f1660d841b41925ae2bfc4917f8e74dd (diff)
downloadthemes-904b2c955eea73a1075af219e673376329471f9d.tar.gz
themes-904b2c955eea73a1075af219e673376329471f9d.tar.bz2
themes-904b2c955eea73a1075af219e673376329471f9d.zip
use getStyleCssFilepre_update_permission
Diffstat (limited to 'templates')
-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>