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/DevicesDetection/functions.php')
-rw-r--r--plugins/DevicesDetection/functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/DevicesDetection/functions.php b/plugins/DevicesDetection/functions.php
index e7ef1fe893..4f59edc8a9 100644
--- a/plugins/DevicesDetection/functions.php
+++ b/plugins/DevicesDetection/functions.php
@@ -80,7 +80,7 @@ function getBrowserName($label)
*/
function getBrowserLogo($short)
{
- $path = 'plugins/DevicesDetection/images/browsers/%s.gif';
+ $path = 'plugins/DevicesDetection/images/browsers/%s.png';
// If name is given instead of short code, try to find matching shortcode
if (strlen($short) > 2) {
@@ -282,7 +282,7 @@ function _mapLegacyOsShortCodes($shortCode)
*/
function getOsLogo($short)
{
- $path = 'plugins/DevicesDetection/images/os/%s.gif';
+ $path = 'plugins/DevicesDetection/images/os/%s.png';
$short = _mapLegacyOsShortCodes($short);