clipbucket/upload/styles/cbv3/layout/user_contacts.html
Fawaz 5dbbb246c2 Updated : User photos link according to usercontent.class.php
Updated : How photo tagging is set on view_item
Updated : User videos and contacts link according to usercontent.class.php
Updated : startup.php
Registered : Filters to user object count. These are template specific registered filters
2013-01-05 09:35:43 +00:00

12 lines
No EOL
449 B
HTML

<div class="view-channel-box-header"><h4>{$the_title}</h4></div>
<div class="view-channel-box-content clearfix">
{if $contacts}
<ul class="user-contacts">
{foreach $contacts as $contact}
{include_template_file file='blocks/user.html' user=$contact display_method='user_contacts'}
{/foreach}
</ul>
{else}
<p class="alert alert-large">{$no_result}</p>
{/if}
</div>