diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2012-02-23 02:52:04 -0800 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2012-02-23 02:52:04 -0800 |
commit | d5adb67ef480bd24bcca4d384eba72e51ae27446 (patch) | |
tree | 6e7daff5fffd3adf40b30db3b66221543c3d1ec4 /view/viewcontact_template.tpl | |
parent | 85d09f48d0bdddd43c8dd13c618cc714a679d141 (diff) | |
parent | cbc60d525e9140169c3b2d03998c53907b2fa3a7 (diff) | |
download | volse-hubzilla-d5adb67ef480bd24bcca4d384eba72e51ae27446.tar.gz volse-hubzilla-d5adb67ef480bd24bcca4d384eba72e51ae27446.tar.bz2 volse-hubzilla-d5adb67ef480bd24bcca4d384eba72e51ae27446.zip |
Merge pull request #46 from fabrixxm/master
more work on quattro theme and less html in php
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 |