PHP Classes

File: htdocs/themes/xswatch/modules/system/blocks/system_block_topusers.tpl

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/themes/xswatch/modules/system/blocks/system_block_topusers.tpl   Download  
File: htdocs/themes/xswatch/modules/system/blocks/system_block_topusers.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 7 years ago
Size: 809 bytes
 

Contents

Class file image Download
<{foreach item=user from=$block.users}> <ul class="userblock list-unstyled"> <{if $user.avatar != ""}> <li class="avatar-image"> <img src="<{$user.avatar}>" alt="<{$user.name}>" class="img-rounded"> <span class="badge pull-right"><{$user.rank}></span> </li> <{else}> <li class="avatar-image"> <img src="<{$xoops_imageurl}>images/blank.gif" alt="<{$user.name}>" class="img-rounded"> <span class="badge pull-right"><{$user.rank}></span> </li> <{/if}> <li class="user-name"><a href="<{$xoops_url}>/userinfo.php?uid=<{$user.id}>" title="<{$user.name}>"><{$user.name}></a></li> <li class="join-date text-right"><{$user.posts}></li> </ul> <{/foreach}>