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:
authormattpiwik <matthieu.aubry@gmail.com>2010-08-05 14:26:34 +0400
committermattpiwik <matthieu.aubry@gmail.com>2010-08-05 14:26:34 +0400
commit31b0a14d02724657b9f8dc0ab5bc7655e596ae26 (patch)
tree0f3003cedc538c8a8b0921136edee5177c66c2b5 /plugins/Live/Visitor.php
parent2e197816d025f576d09da4b3ae8aa70a92799cd1 (diff)
Refs #1120
simplifying Visitor log line for conversions, removing date and some bold. Reusing same goal icon as common goal icon. git-svn-id: http://dev.piwik.org/svn/trunk@2865 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Live/Visitor.php')
-rw-r--r--plugins/Live/Visitor.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Live/Visitor.php b/plugins/Live/Visitor.php
index 00a38555f7..a52afa3e16 100644
--- a/plugins/Live/Visitor.php
+++ b/plugins/Live/Visitor.php
@@ -334,7 +334,7 @@ class Piwik_Live_Visitor
$goalicon = "";
switch ($this->details['goal_match_attribute']) {
case "url":
- $goalicon = "plugins/Live/templates/images/goal.png";
+ $goalicon = "themes/default/images/goal.png";
break;
case "file":
$goalicon = "plugins/Live/templates/images/download.png";