summaryrefslogtreecommitdiff
path: root/templates/popup_header_inc.tpl
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2007-07-02 02:51:26 +0000
committerChristian Fowler <spider@viovio.com>2007-07-02 02:51:26 +0000
commit2acc8294b449b900a2b74e74d7b6079903eb616c (patch)
tree2f4d487c4da07dcb09938bf5ceff9c51c009cde3 /templates/popup_header_inc.tpl
parent0728338957d07dfce64cb52dc753c5f5a9196f4e (diff)
downloadthemes-2acc8294b449b900a2b74e74d7b6079903eb616c.tar.gz
themes-2acc8294b449b900a2b74e74d7b6079903eb616c.tar.bz2
themes-2acc8294b449b900a2b74e74d7b6079903eb616c.zip
add site style to popup window
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 c72d393..6fa064f 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="{$gBitSystem->getStyleCss($smarty.request.site_style)}" media="all" />
+ <link rel="stylesheet" title="{$style}" type="text/css" href="{$gBitThemes->getStyleCss($smarty.request.site_style)}" media="all" />
{include file="bitpackage:kernel/header_inc.tpl"}
{include file="bitpackage:themes/header_inc.tpl"}
</head>