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:
Diffstat (limited to 'plugins/Live/Visitor.php')
-rw-r--r--plugins/Live/Visitor.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Live/Visitor.php b/plugins/Live/Visitor.php
index de54b7d9b3..a7d9abaf32 100644
--- a/plugins/Live/Visitor.php
+++ b/plugins/Live/Visitor.php
@@ -417,7 +417,7 @@ class Visitor implements VisitorInterface
break;
case Piwik::LABEL_ID_GOAL_IS_ECOMMERCE_ORDER:
case Piwik::LABEL_ID_GOAL_IS_ECOMMERCE_CART:
- $details['icon'] = 'plugins/Morpheus/images/' . $details['type'] . '.gif';
+ $details['icon'] = 'plugins/Morpheus/images/' . $details['type'] . '.png';
break;
case Action::TYPE_DOWNLOAD:
$details['type'] = 'download';
@@ -425,7 +425,7 @@ class Visitor implements VisitorInterface
break;
case Action::TYPE_OUTLINK:
$details['type'] = 'outlink';
- $details['icon'] = 'plugins/Morpheus/images/link.gif';
+ $details['icon'] = 'plugins/Morpheus/images/link.png';
break;
case Action::TYPE_SITE_SEARCH:
$details['type'] = 'search';