mention if a user is blocked in the admin panel user overview
[friendica.git/.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}}