From c63f2ad5f8dada0227f24476f33d77d3b9aed323 Mon Sep 17 00:00:00 2001 From: spiderr Date: Fri, 25 May 2012 10:44:32 -0400 Subject: replace PHP_SELF with SCRIPT_NAME --- templates/referer_stats.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/referer_stats.tpl b/templates/referer_stats.tpl index 80475bc..2fb7cd2 100644 --- a/templates/referer_stats.tpl +++ b/templates/referer_stats.tpl @@ -14,7 +14,7 @@ {assign var=hostHash value=$host|md5} {$reg|@count} -
[{math equation="round((x / y) * 100)" x=$reg|@count y=$totalRegistrations}% ] {biticon iname='appointment-new'}{biticon iname='folder-saved-search' onclick="BitBase.toggleElementDisplay('`$hostHash`','table-row-group');"}
{$host|escape}
+
[{math equation="round((x / y) * 100)" x=$reg|@count y=$totalRegistrations}% ] {biticon iname='appointment-new'}{biticon iname='folder-saved-search' onclick="BitBase.toggleElementDisplay('`$hostHash`','table-row-group');"}
{$host|escape}
-- cgit v1.3