diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-12-05 23:54:01 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-12-05 23:54:01 +0000 |
| commit | e1257fc7466c0e3df8b079f3da4b83105183dd00 (patch) | |
| tree | ce2546c4c2ab9e89f2b744db8a0fe2ee4361c37f /templates | |
| parent | 9aef9295fb300b1d46443fda889d5f2da007dddf (diff) | |
| download | stats-e1257fc7466c0e3df8b079f3da4b83105183dd00.tar.gz stats-e1257fc7466c0e3df8b079f3da4b83105183dd00.tar.bz2 stats-e1257fc7466c0e3df8b079f3da4b83105183dd00.zip | |
merge recent changes into HEAD
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/user_stats.tpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/user_stats.tpl b/templates/user_stats.tpl index db5846d..fce0383 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.6 2005/10/23 14:42:17 squareing Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_stats/templates/user_stats.tpl,v 1.7 2005/12/05 23:54:01 squareing Exp $ *}
<div class="display statistics">
<div class="header">
<h1>{tr}Site Registrations{/tr}</h1>
@@ -7,11 +7,11 @@ <div class="body">
<div class="navbar">
<ul>
- <li><a href="{$gTikiLoc.STATS_PKG_URL}users.php?period=day">{tr}Daily{/tr}</a></li>
- <li><a href="{$gTikiLoc.STATS_PKG_URL}users.php?period=week">{tr}Weekly{/tr}</a></li>
- <li><a href="{$gTikiLoc.STATS_PKG_URL}users.php?period=month">{tr}Monthly{/tr}</a></li>
- <li><a href="{$gTikiLoc.STATS_PKG_URL}users.php?period=quarter">{tr}Quarterly{/tr}</a></li>
- <li><a href="{$gTikiLoc.STATS_PKG_URL}users.php?period=year">{tr}Yearly{/tr}</a></li>
+ <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=day">{tr}Daily{/tr}</a></li>
+ <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=week">{tr}Weekly{/tr}</a></li>
+ <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=month">{tr}Monthly{/tr}</a></li>
+ <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=quarter">{tr}Quarterly{/tr}</a></li>
+ <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=year">{tr}Yearly{/tr}</a></li>
</ul>
</div>
|
