diff options
| author | Christian Fowler <spider@viovio.com> | 2006-03-01 20:16:30 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-03-01 20:16:30 +0000 |
| commit | 111384ac04983cb02c2a8885a386ce9696d23c31 (patch) | |
| tree | 32d69bb36d1885f1a17de1aa4efef1798bb8e4d0 | |
| parent | f31dd7f91f067d13d8edaa0ad25f5571a826bdce (diff) | |
| download | stats-111384ac04983cb02c2a8885a386ce9696d23c31.tar.gz stats-111384ac04983cb02c2a8885a386ce9696d23c31.tar.bz2 stats-111384ac04983cb02c2a8885a386ce9696d23c31.zip | |
move BitSystem:: preferences methods to get/set/load/storeConfig to avoid conflict with new content preferences
| -rw-r--r-- | templates/user_stats.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/user_stats.tpl b/templates/user_stats.tpl index 8c90dcd..d36b366 100644 --- a/templates/user_stats.tpl +++ b/templates/user_stats.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_stats/templates/user_stats.tpl,v 1.9 2006/02/05 21:31:20 squareing Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_stats/templates/user_stats.tpl,v 1.10 2006/03/01 20:16:30 spiderr Exp $ *}
<div class="display statistics">
<div class="header">
<h1>{tr}Site Registrations{/tr}</h1>
@@ -16,7 +16,7 @@ </div>
<table class="clear data">
- <caption>{tr}User Registrations at {$gBitSystemPrefs.site_title}{/tr}</caption>
+ <caption>{tr}User Registrations at {$gBitSystem->getConfig('site_title')}{/tr}</caption>
<tr>
<th style="width:20%;">{tr}Period{/tr}</td>
<th style="width:80%;">{tr}Number of Registrations{/tr}</td>
|
