PHP Classes

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

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/themes/xswatch/modules/system/blocks/system_block_newusers.tpl   Download  
File: htdocs/themes/xswatch/modules/system/blocks/system_block_newusers.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: 633 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"></li> <{else}> <li class="avatar-image"><img src="<{$xoops_imageurl}>images/blank.gif" alt="<{$user.name}>" class="img-rounded"></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 hidden-sm join-date"><{$user.joindate}></li> </ul> <{/foreach}>