<{include file="db:`$mydirname`_inc_breadcrumbs.html"}>
<{$content.subject}>
<{* 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}>
<{if $content.tags_array}>
<{foreach from=$content.tags_array item="tag"}>
<{$tag}>
<{/foreach}>
<{/if}>
<{$content.body}>
<{if $mod_config.show_printicon}>
<{/if}>
<{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 $mod_config.show_pagenavi && $content.id}>
<{if $prev_content.id}>
<{$prev_content.subject}>
<{/if}>
<{if $next_content.id}>
<{$next_content.subject}>
<{/if}>
<{/if}>
<{if $mod_config.comment_dirname && $mod_config.comment_forum_id && $content.allow_comment}>
<{d3comment mydirname=$mydirname class="PicoD3commentContent"}>
<{/if}>