<{include file="db:`$mydirname`_inc_breadcrumbs.html"}> <{* admin controllers *}> <{capture name="controllers"}> <{if $content.can_edit}> [<{$smarty.const._MD_PICO_LINK_EDITCONTENT}>] <{/if}> <{if $xoops_isadmin}> [<{$smarty.const._MD_PICO_LINK_BATCHCONTENTS}>] <{/if}> <{/capture}> <{if trim($smarty.capture.controllers)}>
<{$smarty.capture.controllers}>
<{/if}>
<{$content.body}>
<{if $mod_config.show_printicon}>
<{$smarty.const._MD_PICO_LINK_PRINTERFRIENDLY}>
<{/if}> <{if $mod_config.show_tellafriend && $content.id}>
<{$smarty.const._MD_PICO_LINK_TELLAFRIEND}>
<{/if}> <{if $mod_config.use_vote && $content.id}>
<{$smarty.const._MD_PICO_VOTECOUNT}>:<{$content.votes_count}> <{$smarty.const._MD_PICO_VOTEPOINTAVG}>:<{$content.votes_avg|string_format:"%.2f"}> <{if $content.can_vote}>
<{/if}>
<{/if}>
<{$smarty.const._MD_PICO_JUMPTOTOPOFPICOBODY}>
<{if $category.isadminormod}> <{$smarty.const._MD_PICO_CREATED}>:<{$content.created_time_formatted}> <{$content.poster_uname}> <{if $content.modified_time > $content.created_time}>   <{$smarty.const._MD_PICO_MODIFIED}>:<{$content.modified_time_formatted}> <{$content.modifier_uname}> <{/if}>   <{$smarty.const._MD_PICO_VIEWED}>:<{$content.viewed}>
<{/if}> <{if trim($smarty.capture.controllers)}>
<{$smarty.capture.controllers}>
<{/if}> <{if $mod_config.show_pagenavi && $content.id}>
<{if $prev_content.id}> <{$smarty.const._MD_PICO_PREV}>
<{$prev_content.subject}> <{/if}>
<{$smarty.const._MD_PICO_CATEGORYINDEX}>
<{$category.title}>
<{if $next_content.id}> <{$smarty.const._MD_PICO_NEXT}>
<{$next_content.subject}> <{/if}>
<{/if}> <{if $mod_config.comment_dirname && $mod_config.comment_forum_id && $content.allow_comment}> <{d3forum_comment dirname=$mod_config.comment_dirname forum_id=$mod_config.comment_forum_id class="PicoD3commentContent" mytrustdirname="pico" id=$content.id subject=$content.subject subject_escaped=1 view=$mod_config.comment_view posts_num=10}> <{/if}>