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/SEO/Metric/Google.php')
-rw-r--r--plugins/SEO/Metric/Google.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SEO/Metric/Google.php b/plugins/SEO/Metric/Google.php
index c96e7fbb16..76a1a43e30 100644
--- a/plugins/SEO/Metric/Google.php
+++ b/plugins/SEO/Metric/Google.php
@@ -36,7 +36,7 @@ class Google implements MetricsProvider
{
$pageCount = $this->fetchIndexedPagesCount($domain);
- $logo = "plugins/SEO/images/google.com.png";
+ $logo = "plugins/Morpheus/icons/dist/SEO/google.com.png";
return array(
new Metric('google-index', 'SEO_Google_IndexedPages', $pageCount, $logo, null, null, 'General_Pages'),