PHP Classes

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

Recommend this page to a friend!
  Packages 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: Merge pull request #1396 from luciorota/patch-9

Merge pull request #1239 from Andrew-Staves-Activ/notificationhandler_subscribe_success

Merge xswatch4
Date: 2 months ago
Size: 604 bytes
 

Contents

Class file image Download
<table cellspacing="1" class="outer"> <{foreach item=user from=$block.users|default:null}> <tr class="<{cycle values='even,odd'}> alignmiddle"> <td class="txtcenter"> <{if !empty($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>