{include file="db:header.tpl"}
|
{if $article_category}
{if $mode=="view"}
{* path *}
{$page.name} {foreach from=$article_category.path item=e} » {$e.folder_name}{/foreach} {* back *} « {#SITE_BACK#}{$article_post.title} {$article_post.post_date|date_format:"%d.%m.%Y %H:%M"}
{if $comments || $comments_add} {include file="db:comments.tpl"} {/if} {elseif $mode=="folder"} {$page.name} {foreach from=$article_category.path item=e} » {$e.folder_name}{/foreach} {include file="db:article.list.tpl" article_posts=$article_category.articles} {else} {* default view *} {include file="db:article.list.tpl"} {/if} {/if} {include file="db:submenu.tpl"} |
{include file="db:article.folders.tpl"} |