{* $Id$ *} {tikimodule error="{if isset($module_params.error)}{$module_params.error}{/if}" title=$tpl_module_title name="last_visitors" flip=$module_params.flip decorations=$module_params.decorations nobox=$module_params.nobox notitle=$module_params.notitle} {if ($nonums eq 'y') or ($showavatars eq 'y')}
|
|
{/if}
{if $prefs.allowRegister eq 'y'}
{/if}{tr}You{/tr}{if $prefs.allowRegister eq 'y'}
{/if}
{$currentLogin|tiki_short_datetime}
{if $showavatars eq 'y'}
|
| {$item.user|avatarize|default:$noAvatar} |
{/if}
{if $maxlen > 0}{* 0 is default value for maxlen eq to 'no truncate' *}
{$ustring = "{$item.user|userlink:'userlink':'not_set':'':$maxlen}"}
{else}
{$ustring = "{$item.user|userlink}"}
{/if}
{if $ustring|substring:0:2 == '
{$ustring}
{/if}
{if $nodate neq 'y'}
{if $item.currentLogin}
{$item.currentLogin|tiki_short_datetime}
{else}
{tr}Never logged in{/tr}
{/if}
{/if}
{if $showavatars eq 'y'}
|