Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-01-14 06:40:55 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-01-14 06:40:55 +0300
commit76071515bf1aa9e1def7f4c185b1ab0cc9c385e6 (patch)
tree3f10980a093701ec7d7b69af024a6dedca08e0fe /plugins/UserCountry
parent032b512a4262fa432e5c2aa97d35daaab912ca2b (diff)
Fixing #452
Diffstat (limited to 'plugins/UserCountry')
-rw-r--r--plugins/UserCountry/functions.php2
-rw-r--r--plugins/UserCountry/index.tpl28
2 files changed, 15 insertions, 15 deletions
diff --git a/plugins/UserCountry/functions.php b/plugins/UserCountry/functions.php
index e6bc371649..61c3be4f54 100644
--- a/plugins/UserCountry/functions.php
+++ b/plugins/UserCountry/functions.php
@@ -31,4 +31,4 @@ function Piwik_CountryTranslate($label)
return Piwik_Translate('General_Unknown');
}
return Piwik_Translate('UserCountry_country_'. $label);
-} \ No newline at end of file
+}
diff --git a/plugins/UserCountry/index.tpl b/plugins/UserCountry/index.tpl
index a6ffb1345f..efea18c986 100644
--- a/plugins/UserCountry/index.tpl
+++ b/plugins/UserCountry/index.tpl
@@ -1,14 +1,14 @@
-{postEvent name="template_headerUserCountry"}
-
-<script type="text/javascript" src="plugins/CoreHome/templates/sparkline.js"></script>
-
-<h2>{'UserCountry_Country'|translate}</h2>
-{$dataTableCountry}
-
-<h2>{'UserCountry_Continent'|translate}</h2>
-{$dataTableContinent}
-
-<p>{sparkline src=$urlSparklineCountries}<span>
-{'UserCountry_DistinctCountries'|translate:"<strong>$numberDistinctCountries</strong>"} </span></p>
-
-{postEvent name="template_footerUserCountry"}
+{postEvent name="template_headerUserCountry"}
+
+<script type="text/javascript" src="plugins/CoreHome/templates/sparkline.js"></script>
+
+<h2>{'UserCountry_Country'|translate}</h2>
+{$dataTableCountry}
+
+<h2>{'UserCountry_Continent'|translate}</h2>
+{$dataTableContinent}
+
+<p>{sparkline src=$urlSparklineCountries}<span>
+{'UserCountry_DistinctCountries'|translate:"<strong>$numberDistinctCountries</strong>"} </span></p>
+
+{postEvent name="template_footerUserCountry"}