]> git.mxchange.org Git - friendica.git/blob - view/templates/section_title.tpl
wrapping up 2019.12
[friendica.git] / view / templates / section_title.tpl
1 {{if $title}}
2 <div class="section-title-wrapper{{if isset($pullright)}} pull-left{{/if}}">
3         <h2>{{$title}}</h2>
4         {{if ! isset($pullright)}}
5         <div class="clear"></div>
6         {{/if}}
7 </div>
8 {{/if}}