From: rabuzarus <> Date: Tue, 7 Jun 2016 14:38:22 +0000 (+0200) Subject: content_wrapper.tpl respects content with no title X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=26336a60e9277ab19bb2d0e3e4ebe5392c610fa2;p=friendica.git content_wrapper.tpl respects content with no title --- diff --git a/view/templates/content_wrapper.tpl b/view/templates/content_wrapper.tpl index b418715603..e323b12e1b 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}}