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/CoreAdminHome/templates/home.twig')
-rw-r--r--plugins/CoreAdminHome/templates/home.twig6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/CoreAdminHome/templates/home.twig b/plugins/CoreAdminHome/templates/home.twig
index e34b8ce349..232efd7785 100644
--- a/plugins/CoreAdminHome/templates/home.twig
+++ b/plugins/CoreAdminHome/templates/home.twig
@@ -36,10 +36,10 @@
{{ feedbackHelp|raw }}
{% endif %}
- {% if hasPremiumFeatures and isMarketplaceEnabled %}
+ {% if hasPremiumFeatures and isMarketplaceEnabled and isInternetEnabled %}
<div piwik-widget-loader='{"module":"Marketplace","action":"getPremiumFeatures"}'></div>
{% endif %}
- {% if hasNewPlugins and isMarketplaceEnabled %}
+ {% if hasNewPlugins and isMarketplaceEnabled and isInternetEnabled %}
<div piwik-widget-loader='{"module":"Marketplace","action":"getNewPlugins", "isAdminPage": "1"}'></div>
{% endif %}
@@ -63,7 +63,7 @@
<div piwik-widget-loader='{"module":"CoreHome","action":"getDonateForm","widget": "0"}'></div>
</div>
{% endif %}
- {% if hasPiwikBlog %}
+ {% if hasPiwikBlog and isInternetEnabled %}
<div class="col s12 {% if hasDonateForm %}m6{% endif %}">
<div piwik-widget-loader='{"module":"RssWidget","action":"rssPiwik"}'></div>
</div>