{* $Id$ *} {tikimodule error=$module_params.error title=$tpl_module_title name="blog_last_comments" flip=$module_params.flip decorations=$module_params.decorations nobox=$module_params.nobox notitle=$module_params.notitle} {modules_list list=$comments nonums=$nonums} {section name=ix loop=$comments}
  • {if $prefs.comments_notitle eq 'y'} {if isset($comments[ix].anonymous_name)} {if !empty($comments[ix].website)} {/if} {$comments[ix].anonymous_name} {if !empty($comments[ix].website)} {/if} {else} {$comments[ix].userName|userlink} {/if} {tr}on{/tr} {$comments[ix].title|escape}{if $comments[ix].priv eq 'y'} ({tr}private{/tr}){/if} {else} {if $moretooltips ne 'y'}{$comments[ix].title}{if $comments[ix].priv eq 'y'} ({tr}private{/tr}){/if}:{/if} {if $comments[ix].commentTitle ne ''}{$comments[ix].commentTitle}{else}{tr}Untitled{/tr}{/if} {if isset($comments[ix].anonymous_name)} {if !empty($comments[ix].website)} {/if} {$comments[ix].anonymous_name} {if !empty($comments[ix].website)} {/if} {else} {$comments[ix].userName|userlink} {/if} {if $module_params.nodate neq 'y'} {$comments[ix].commentDate|tiki_short_datetime} {/if} {/if}
  • {/section} {/modules_list} {/tikimodule}