]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/section_title.tpl
Merge pull request #7883 from MrPetovan/bug/acl-fixes
[friendica.git] / view / templates / section_title.tpl
index f17dcf7ad40759f893c047b764c282bbeaab6ca5..07685d346bb66d06a1df7ac4fd6741275f742f27 100644 (file)
@@ -1,4 +1,8 @@
-<div class="section-title-wrapper">
-       {{if $title}}<h2>{{$title}}</h2>{{/if}}
+{{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}}