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 e50edf8dde..af821c43c7 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.png';
+ $path = 'plugins/Morpheus/icons/dist/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.png';
+ $path = 'plugins/Morpheus/icons/dist/os/%s.png';
$short = _mapLegacyOsShortCodes($short);