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:
authorThomas Steur <thomas.steur@gmail.com>2015-01-06 06:57:46 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-01-07 06:35:39 +0300
commit37fc272e5636a76c2cde9f8a40bff38a4dcfad9b (patch)
tree2c026d1d4eb0faece78dfbea0f83658c3ac649ce /plugins/Goals/templates
parent397756e0c3269c6c0a84e813dfcf7724a12d0635 (diff)
a few naming changes and bugfixes
Diffstat (limited to 'plugins/Goals/templates')
-rw-r--r--plugins/Goals/templates/_titleAndEvolutionGraph.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Goals/templates/_titleAndEvolutionGraph.twig b/plugins/Goals/templates/_titleAndEvolutionGraph.twig
index 1a60d0d335..3a62159b7e 100644
--- a/plugins/Goals/templates/_titleAndEvolutionGraph.twig
+++ b/plugins/Goals/templates/_titleAndEvolutionGraph.twig
@@ -1,6 +1,6 @@
<span data-graph-id="{{ nameGraphEvolution }}"></span>
-{% if displayFullReport or headline %}
+{% if displayFullReport or headline is defined %}
<h2 piwik-enriched-headline>{% if headline is defined %}{{ headline }}{% elseif goalName is defined %}{{ 'Goals_GoalX'|translate(goalName)|raw }}{% else %}{{ 'Goals_GoalsOverview'|translate }}{% endif %}</h2>
{% endif %}
{{ graphEvolution|raw }}