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,5 +1,14 @@
|
|||
{% set allMetadata = reports.getFirstRow.getAllTableMetadata %}
|
||||
{% set consideredGrowth = 'Insights_TitleConsideredInsightsGrowth'|translate(allMetadata.minGrowthPercentPositive, allMetadata.lastDate|prettyDate(allMetadata.period)) %}
|
||||
{% if reports.getRowsCount %}
|
||||
{% set allMetadata = reports.getFirstRow.getAllTableMetadata %}
|
||||
{% set consideredGrowth = 'Insights_TitleConsideredInsightsGrowth'|translate(allMetadata.minGrowthPercentPositive, allMetadata.lastDate|prettyDate(allMetadata.period)) %}
|
||||
|
||||
{% else %}
|
||||
{% set allMetadata = {} %}
|
||||
{% set consideredGrowth = '' %}
|
||||
{% endif %}
|
||||
|
||||
{% set consideredChanges = '' %}
|
||||
|
||||
{% include "@Insights/overviewWidget.twig" %}
|
||||
{% include "@Insights/overviewWidget.twig" %}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue