diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-02-23 11:22:32 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-02-23 11:22:32 +0100 |
commit | cbc60d525e9140169c3b2d03998c53907b2fa3a7 (patch) | |
tree | 00a6166c3882cfc1f87aa6a4fb2663ef5b20be65 /view/viewcontact_template.tpl | |
parent | d9e9fd0359cb89416b486cbe9cb65f586abe6cd9 (diff) | |
download | volse-hubzilla-cbc60d525e9140169c3b2d03998c53907b2fa3a7.tar.gz volse-hubzilla-cbc60d525e9140169c3b2d03998c53907b2fa3a7.tar.bz2 volse-hubzilla-cbc60d525e9140169c3b2d03998c53907b2fa3a7.zip |
quattro post preview, style contacts pages, style for "shiny" class, fix contacts list in profile aside.
remove html from viewcontacts.php and contacts.php
use contact_template.tpl to print contacts also in viewcontacts
Diffstat (limited to 'view/viewcontact_template.tpl')
-rwxr-xr-x | view/viewcontact_template.tpl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/view/viewcontact_template.tpl b/view/viewcontact_template.tpl index c61544f9f..d6f01643e 100755 --- a/view/viewcontact_template.tpl +++ b/view/viewcontact_template.tpl @@ -1,9 +1,9 @@ +<h3>$title</h3> -<div class="contact-wrapper" id="view-contact-wrapper-$id" > - <div class="contact-photo-wrapper" > - <div class="mframe contact-photo" id="view-contact-photo-$id" > - <a href="$url" title="$alt_text" /><img src="$thumb" alt="$name" /></a> - </div> - </div> - <div class="contact-name" id="view-contact-name-$id" >$name</div> -</div> +{{ for $contacts as $contact }} + {{ inc contact_template.tpl }}{{ endinc }} +{{ endfor }} + +<div id="view-contact-end"></div> + +$paginate |