friendica/view/templates/section_title.tpl

5 lines
111 B
Smarty
Raw Normal View History

2015-05-29 20:21:30 -04:00
<div class="section-title-wrapper">
2015-12-01 12:21:05 -05:00
{{if $title}}<h2>{{$title}}</h2>{{/if}}
2015-05-29 20:21:30 -04:00
<div class="clear"></div>
</div>