mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02:00
Header removed in the contact area
This commit is contained in:
parent
fe900ac576
commit
06a4b0dc5e
7 changed files with 14 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
<h2>{{$header}}</h2>
|
||||
{{if $header}}<h2>{{$header}}</h2>{{/if}}
|
||||
|
||||
<div id="contact-edit-wrapper" >
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div class="section-title-wrapper">
|
||||
<h2>{{$title}}</h2>
|
||||
{{if $title}}<h2>{{$title}}</h2>{{/if}}
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
{{include file="contact_template.tpl"}}
|
||||
{{/foreach}}
|
||||
</div>
|
||||
|
||||
<div class="clear"></div>
|
||||
<div id="view-contact-end"></div>
|
||||
|
||||
{{$paginate}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue