friendica/view/templates/section_title.tpl

5 lines
111 B
Smarty

<div class="section-title-wrapper">
{{if $title}}<h2>{{$title}}</h2>{{/if}}
<div class="clear"></div>
</div>