]> git.mxchange.org Git - friendica.git/blobdiff - view/viewcontact_template.tpl
quattro post preview, style contacts pages, style for "shiny" class, fix contacts...
[friendica.git] / view / viewcontact_template.tpl
index c61544f9f899368413c3763dcbe2c98e8ab43d6e..d6f01643ea6893dbc88150e7d11e2febcdbe8a29 100755 (executable)
@@ -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