<{$lang_directory}> : <{$currentDirectory.name}> |
<{if $currentDirectory.id != 0}>
<{$parentDirectory.name}> |
<{/if}>
<{section name=i loop=$childDirectory}>
<{$childDirectory[i].name}> |
<{$childDirectory[i].hits}> <{$lang_hits}> |
<{/section}>
<{section name=i loop=$childPage}>
<{$childPage[i].name}> |
- <{$lang_pageSubmittedBy}> : <{$childPage[i].submitter}>
- <{$lang_lastUpdate}> : <{$childPage[i].lastUpdate}>
- <{$childPage[i].hits}> <{$lang_hits}>
<{if $childPage[i].commentsEnabled == 1}>| <{$childPage[i].comments}> <{$lang_comments}> <{/if}><{if $childPage[i].ratingEnabled == 1}>| <{$lang_rating}> : <{$childPage[i].rating}> (<{$childPage[i].votes}> <{$lang_votes}>)<{/if}>
|
<{/section}>