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/DevicePlugins/functions.php')
-rw-r--r--plugins/DevicePlugins/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DevicePlugins/functions.php b/plugins/DevicePlugins/functions.php
index 4cf77ab120..ad27e67b72 100644
--- a/plugins/DevicePlugins/functions.php
+++ b/plugins/DevicePlugins/functions.php
@@ -16,5 +16,5 @@ function getPluginsLogo($label)
if ($label == Piwik::translate('General_Others')) {
return false;
}
- return 'plugins/DevicePlugins/images/plugins/' . $label . '.gif';
+ return 'plugins/DevicePlugins/images/plugins/' . $label . '.png';
}