]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/section_title.tpl
Merge branch '2021.03-rc' into copyright-2021
[friendica.git] / view / templates / section_title.tpl
index 8614fb883b0866fa06912dd3ae18fc48afa49658..07685d346bb66d06a1df7ac4fd6741275f742f27 100644 (file)
@@ -1,4 +1,8 @@
-<div class="section-title-wrapper">
+{{if $title}}
+<div class="section-title-wrapper{{if isset($pullright)}} pull-left{{/if}}">
        <h2>{{$title}}</h2>
+       {{if ! isset($pullright)}}
        <div class="clear"></div>
+       {{/if}}
 </div>
+{{/if}}