| Server IP : 213.186.33.4 / Your IP : 216.73.216.193 Web Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/awebpaca/piwik/plugins/CoreAdminHome/templates/ |
Upload File : |
{% extends 'admin.twig' %}
{% set title %}{{ 'CoreAdminHome_MenuGeneralSettings'|translate }}{% endset %}
{% block content %}
{% set feedbackHelp %}
<div piwik-content-block content-title="Need help?">
<div>
There are different ways you can get help. There is free support via the Matomo Community and paid support
provided by the Matomo team and partners of Matomo. Or maybe do you have a bug to report or want to suggest a new
feature?
<br />
<br />
<a href="{{ linkTo({'module': 'Feedback', 'action': 'index'}) }}">Learn more</a>
</div>
</div>
{% endset %}
{% if isSuperUser %}
<div class="row">
{% if hasQuickLinks or hasSystemSummary %}
<div class="col s12 {% if isFeedbackEnabled %}m4{% else %}m6{% endif %}">
{% if hasQuickLinks %}<div piwik-widget-loader='{"module":"CoreHome","action":"quickLinks"}'></div>{% endif %}
{% if hasSystemSummary %}<div piwik-widget-loader='{"module":"CoreHome","action":"getSystemSummary"}'></div>{% endif %}
</div>
{% endif %}
{% if hasDiagnostics or hasTrackingFailures %}
<div class="col s12 {% if isFeedbackEnabled %}m4{% else %}m6{% endif %}">
{% if hasDiagnostics %}
<div piwik-widget-loader='{"module":"Installation","action":"getSystemCheck"}'></div>
{% endif %}
{% if hasTrackingFailures %}
<div piwik-widget-loader='{"module":"CoreAdminHome","action":"getTrackingFailures"}'></div>
{% endif %}
</div>
{% endif %}
<div class="col s12 m4">
{% if isFeedbackEnabled %}
{{ feedbackHelp|raw }}
{% endif %}
</div>
</div>
{% elseif isFeedbackEnabled %}
{{ feedbackHelp|raw }}
{% endif %}
{% if hasPremiumFeatures and isMarketplaceEnabled and isInternetEnabled %}
<div piwik-widget-loader='{"module":"Marketplace","action":"getPremiumFeatures"}'></div>
{% endif %}
{% if hasNewPlugins and isMarketplaceEnabled and isInternetEnabled %}
<div piwik-widget-loader='{"module":"Marketplace","action":"getNewPlugins", "isAdminPage": "1"}'></div>
{% endif %}
{{ postEvent('Template.adminHome') }}
<style type="text/css">
#content .piwik-donate-call {
padding: 0;
border: 0;
max-width: none;
}
.theWidgetContent .rss {
margin: -10px -15px;
}
</style>
{% if hasDonateForm or hasPiwikBlog %}
<div class="row">
{% if hasDonateForm %}
<div class="col s12 {% if hasPiwikBlog %}m6{% endif %}">
<div piwik-widget-loader='{"module":"CoreHome","action":"getDonateForm","widget": "0"}'></div>
</div>
{% endif %}
{% if hasPiwikBlog and isInternetEnabled %}
<div class="col s12 {% if hasDonateForm %}m6{% endif %}">
<div piwik-widget-loader='{"module":"RssWidget","action":"rssPiwik"}'></div>
</div>
{% endif %}
</div>
{% endif %}
{% endblock %}