From 26336a60e9277ab19bb2d0e3e4ebe5392c610fa2 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Tue, 7 Jun 2016 16:38:22 +0200 Subject: [PATCH] content_wrapper.tpl respects content with no title --- view/templates/content_wrapper.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/templates/content_wrapper.tpl b/view/templates/content_wrapper.tpl index b41871560..e323b12e1 100644 --- a/view/templates/content_wrapper.tpl +++ b/view/templates/content_wrapper.tpl @@ -1,9 +1,9 @@
{{* give different possibilities for the size of the heading *}} - {{if $title_size}} + {{if $title && $title_size}} {{$title}} - {{else}} + {{elseif $title}} {{include file="section_title.tpl"}} {{/if}}