mirror of
https://github.com/friendica/friendica
synced 2024-11-10 11:42:54 +00:00
cbc60d525e
remove html from viewcontacts.php and contacts.php use contact_template.tpl to print contacts also in viewcontacts
9 lines
152 B
Smarty
Executable file
9 lines
152 B
Smarty
Executable file
<h3>$title</h3>
|
|
|
|
{{ for $contacts as $contact }}
|
|
{{ inc contact_template.tpl }}{{ endinc }}
|
|
{{ endfor }}
|
|
|
|
<div id="view-contact-end"></div>
|
|
|
|
$paginate
|