diff options
| author | Christian Fowler <spider@viovio.com> | 2006-03-01 18:35:19 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-03-01 18:35:19 +0000 |
| commit | d84f2498559a019baaf411d8b433a28bc6efbac3 (patch) | |
| tree | 5974459f89d76293491d48c318d4bdf0def4e756 /templates/popup_header_inc.tpl | |
| parent | 8c7995b3871bb2165a6a3a2adecc6a9f397e459d (diff) | |
| download | themes-d84f2498559a019baaf411d8b433a28bc6efbac3.tar.gz themes-d84f2498559a019baaf411d8b433a28bc6efbac3.tar.bz2 themes-d84f2498559a019baaf411d8b433a28bc6efbac3.zip | |
move BitSystem:: preferences methods to get/set/load/storeConfig to avoid conflict with new content preferences
Diffstat (limited to 'templates/popup_header_inc.tpl')
| -rw-r--r-- | templates/popup_header_inc.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/popup_header_inc.tpl b/templates/popup_header_inc.tpl index 0b4170c..c72d393 100644 --- a/templates/popup_header_inc.tpl +++ b/templates/popup_header_inc.tpl @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <title>{$browserTitle} - {$gBitSystemPrefs.site_title}</title> + <title>{$browserTitle} - {$gBitSystem->getConfig('site_title')}</title> <link rel="stylesheet" title="{$style}" type="text/css" href="{$gBitSystem->getStyleCss($smarty.request.site_style)}" media="all" /> {include file="bitpackage:kernel/header_inc.tpl"} @@ -10,7 +10,7 @@ <body id="jspopup"> <div class="display jspopup"> <div class="header"> - <title>{$browserTitle} - {$gBitSystemPrefs.site_title}</title> + <title>{$browserTitle} - {$gBitSystem->getConfig('site_title')}</title> </div> <div class="body"> |
