Changeset 224 for branches/fuze/templates/_default_/modules/mod_lastreg.tpl
- Timestamp:
- 07/05/10 12:21:21 (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fuze/templates/_default_/modules/mod_lastreg.tpl
r223 r224 9 9 </td> 10 10 </tr> 11 {/foreach} 12 </table> 13 {/if} 14 {if $cfg.view_type == 'hr_table'} 15 {assign var="col" value="1"} 16 <table cellspacing="5" border="0"> 17 {foreach key=aid item=usr from=$usrs} 18 {if $col==1} <tr> {/if} 19 <td width="20" class="new_user_avatar" align="center" valign="middle"><a href="{profile_url login=$usr.login}" class="new_user_link" title="{$usr.nickname}">{$usr.avatar}</a> 20 </td> 21 {if $col==$cfg.maxcool} </tr> {assign var="col" value="1"} {else} {math equation="x + 1" x=$col assign="col"} {/if} 11 22 {/foreach} 12 23 </table>
Note: See TracChangeset
for help on using the changeset viewer.
