diff options
Diffstat (limited to 'templates/user_stats.tpl')
| -rw-r--r-- | templates/user_stats.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user_stats.tpl b/templates/user_stats.tpl index b200ac9..ef88bcf 100644 --- a/templates/user_stats.tpl +++ b/templates/user_stats.tpl @@ -23,7 +23,7 @@ <tr class="{cycle values="even,odd"}"> <td><a href="{$smarty.const.STATS_PKG_URL}users.php?period={$smarty.request.period}&timeframe={$timeframe|urlencode}">{$timeframe}</td> <td> - [<a href="{$smarty.const.STATS_PKG_URL}referer_stats.php?period={$smarty.request.period}&timeframe={$timeframe|urlencode}">Referrers</a>] + [<a href="{$smarty.const.STATS_PKG_URL}referers.php?period={$smarty.request.period}&timeframe={$timeframe|urlencode}">Referrers</a>] </td> <td><div style="width:{math equation="round( ( r / m ) * 100 )" r=$reg m=$userStats.max}%; background:#ff9;padding:0 0 0 5px;"><a href="{$smarty.const.USERS_PKG_URL}admin/index.php?period={$smarty.request.period}&timeframe={$timeframe|urlencode}">{$reg}</a></div></td> </tr> |
