summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-10-23 14:40:24 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-10-23 14:40:24 +0000
commita19739c746b3e1ee611000baaaad60026b4e78a9 (patch)
treea5cb1e424a7f587870d96325a0e11b50dc5a9ef1 /templates
parent32506efbcaba41d85c0f41197b92eea224058323 (diff)
downloadkernel-a19739c746b3e1ee611000baaaad60026b4e78a9.tar.gz
kernel-a19739c746b3e1ee611000baaaad60026b4e78a9.tar.bz2
kernel-a19739c746b3e1ee611000baaaad60026b4e78a9.zip
merge recent changes into HEAD
Diffstat (limited to 'templates')
-rw-r--r--templates/header_inc.tpl5
-rw-r--r--templates/popup_box.tpl2
2 files changed, 4 insertions, 3 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl
index a8f7166..013bade 100644
--- a/templates/header_inc.tpl
+++ b/templates/header_inc.tpl
@@ -5,14 +5,15 @@
<meta name="keywords" content="{$gBitSystemPrefs.site_keywords}" />
<link rel="shortcut icon" href="{$smarty.const.BIT_ROOT_URL}favicon.ico" type="image/x-icon" />
+ <link rel="icon" href="{$smarty.const.BIT_ROOT_URL}favicon.ico" type="image/x-icon" />
<link rel="start" title="{$siteTitle} {tr}Home Page{/tr}" href="{$smarty.const.BIT_ROOT_URL}" />
<link rel="help" title="{tr}Help{/tr}" href="http://www.bitweaver.org/" />
{/strip}
<script type="text/javascript">//<![CDATA[
{if $gBitSystem->isFeatureActive( 'feature_rememberme' )}var tikiCookiePath = "{$gBitSystem->mPrefs.cookie_path}";
- var tikiCookieDomain = "{$gBitSystem->mPrefs.cookie_domain}";
+ var tikiCookieDomain = "{$gBitSystem->mPrefs.cookie_domain}";
{else}var tikiCookiePath = "{$smarty.const.BIT_ROOT_URL}";
- var tikiCookieDomain = "";
+ var tikiCookieDomain = "";
{/if}
var tikiIconDir = "{$smarty.const.LIBERTY_PKG_URL}icons";
var tikiRootUrl = "{$smarty.const.BIT_ROOT_URL}";
diff --git a/templates/popup_box.tpl b/templates/popup_box.tpl
index 7a4c15f..ba7c8cc 100644
--- a/templates/popup_box.tpl
+++ b/templates/popup_box.tpl
@@ -4,7 +4,7 @@
<div class='boxtitle'>
{$title}
<span class='closebutton'>
- <a onclick='javascript:return cClick();'>{biticon ipackage='liberty' iname='close' iexplain='close'}</a>
+ <a onclick='javascript:return cClick();'>{biticon ipackage='liberty' iname='close' iexplain='close' iforce='icon'}</a>
</span>
</div>