summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspider <spider@bitweaver.org>2015-08-04 15:25:35 -0400
committerspider <spider@bitweaver.org>2015-08-04 15:25:35 -0400
commitb7879230a1a55584f38301d18888be32585d05cc (patch)
tree631b911568029c9997625ceda507283b4379f01d
parente44476a648ab0bbf8d44f80f3123e3020ff20966 (diff)
downloadstats-b7879230a1a55584f38301d18888be32585d05cc.tar.gz
stats-b7879230a1a55584f38301d18888be32585d05cc.tar.bz2
stats-b7879230a1a55584f38301d18888be32585d05cc.zip
fix typo in referrers link
-rw-r--r--templates/user_stats.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user_stats.tpl b/templates/user_stats.tpl
index 82bf96e..8e60b44 100644
--- a/templates/user_stats.tpl
+++ b/templates/user_stats.tpl
@@ -21,7 +21,7 @@
<td>{$timeframe}</td>
<td>
{if $gBitSystem->isFeatureActive( 'stats_referers' ) and $gBitUser->hasPermission( 'p_stats_view_referer' )}
- [<a href="{$smarty.const.STATS_PKG_URL}referers.php?period={$smarty.request.period}&amp;timeframe={$timeframe|urlencode}">Referrers</a>]
+ [<a href="{$smarty.const.STATS_PKG_URL}referrers.php?period={$smarty.request.period}&amp;timeframe={$timeframe|urlencode}">Referrers</a>]
{/if}
</td>
<td><div style="width:{math equation="round( ( r / m ) * 100 )" r=$reg m=$userStats.max}%; background:#ff9;padding:0 0 0 5px;">{booticon iname="icon-user"} <a href="{$smarty.const.USERS_PKG_URL}admin/index.php?period={$smarty.request.period}&amp;timeframe={$timeframe|urlencode}">{$reg}</a></div></td>