Use the new get_profile/get_user smarty modifiers in plviews to be able to handle...
[platal.git] / templates / include / plview.minifiche.tpl
index 4f29aaa..d5b7bf0 100644 (file)
@@ -22,7 +22,7 @@
 
 <div class="contact-list" style="clear: both">
 {foreach from=$set item=res}
-  {include file="include/minifiche.tpl" profile=$res}
+  {include file="include/minifiche.tpl" profile=$res|get_profile}
 {/foreach}
 </div>