You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
{if $prefs.feature_score eq 'y'}
|
|
|
{tikimodule error=$module_params.error title=$tpl_module_title name="users_own_rank" flip=$module_params.flip decorations=$module_params.decorations nobox=$module_params.nobox notitle=$module_params.notitle}
|
|
|
|
|
|
<div style="display: inline">{tr _0=$position _1=$count}%0 out of %1 users.{/tr} </div>
|
|
|
<div style="display: inline-block">
|
|
|
<div style="display: inline"> {$score}</div>
|
|
|
<div style="display: inline"> {$user|userlink}</div>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
{/tikimodule}
|
|
|
{/if}
|