Header removed in the contact area

This commit is contained in:
Michael Vogel 2015-12-01 18:21:05 +01:00
parent fe900ac576
commit 06a4b0dc5e
7 changed files with 14 additions and 12 deletions

View file

@ -1,4 +1,4 @@
<h2>{{$header}}</h2>
{{if $header}}<h2>{{$header}}</h2>{{/if}}
<div id="contact-edit-wrapper" >

View file

@ -1,4 +1,4 @@
<div class="section-title-wrapper">
<h2>{{$title}}</h2>
{{if $title}}<h2>{{$title}}</h2>{{/if}}
<div class="clear"></div>
</div>

View file

@ -8,7 +8,7 @@
{{include file="contact_template.tpl"}}
{{/foreach}}
</div>
<div class="clear"></div>
<div id="view-contact-end"></div>
{{$paginate}}