update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
|
|
@ -1,14 +1,20 @@
|
|||
{% extends "dashboard.twig" %}
|
||||
{% block notification %}{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
{% include "@CoreHome/_siteSelectHeader.twig" %}
|
||||
|
||||
{% if (menu is defined and menu) %}
|
||||
{% include "@CoreHome/_menu.twig" %}
|
||||
{% endif %}
|
||||
|
||||
{% include "@CoreHome/_indexContent.twig" %}
|
||||
{% import 'ajaxMacros.twig' as ajax %}
|
||||
|
||||
{% block topcontrols %}
|
||||
{% include "@CoreHome/_siteSelectHeader.twig" %}
|
||||
{% include "@CoreHome/_periodSelect.twig" %}
|
||||
{{ postEvent("Template.nextToCalendar") }}
|
||||
{% render dashboardSettingsControl %}
|
||||
{% include "@CoreHome/_headerMessage.twig" %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{{ ajax.requestErrorDiv(emailSuperUser|default(''), arePiwikProAdsEnabled) }}
|
||||
{{ ajax.loadingDiv() }}
|
||||
|
||||
<div id="content" class="home">
|
||||
{% if content %}{{ content }}{% endif %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue