PHP Classes

File: htdocs/modules/system/templates/blocks/system_block_newusers.tpl

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/modules/system/templates/blocks/system_block_newusers.tpl   Download  
File: htdocs/modules/system/templates/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: 589 bytes
 

Contents

Class file image Download
<table cellspacing="1" class="outer"> <{foreach item=user from=$block.users}> <tr class="<{cycle values='even,odd'}> alignmiddle"> <td class="txtcenter"> <{if $user.avatar != ""}> <img style="width:32px;" src="<{$user.avatar}>" alt="<{$user.name}>"/> <br> <{/if}> <a href="<{$xoops_url}>/userinfo.php?uid=<{$user.id}>" title="<{$user.name}>"><{$user.name}></a> </td> <td class="txtcenter"><{$user.joindate}></td> </tr> <{/foreach}> </table>