<{if $redirect_message}>
<{/if}>
<{if $rireki_block && ! $edit_html && ! $mylink}><{$rireki_block}><{/if}>
<{if ! $searched}>
<{if ! $requests.start && ! $requests.article_id && ! $special && ! $taglist && ! $tree}>
<{$Ranking}>
<{/if}>
<{/if}>
<{if $pageName}>
<{include file="inc_breadcrumbs.html"}>
<{/if}>
<{if $tree && $categoryTree}>
<{foreach from=$categoryTree item="parent" name="parent"}>
<{foreach from=$parent.Child item="child"}>
<{/foreach}>
|
<{if $smarty.foreach.parent.iteration is div by 3}>
<{/if}>
<{/foreach}>
<{elseif $shop_top}>
<{include file="$top_html" item=$article}>
<{elseif $special}>
<{include file="$special"}>
<{elseif $mylink}>
<{include file="inc_mylink_list.html" item=$article}>
<{elseif $pickup|| $tags|| $taglist}>
<{include file="inc_pickup_list.html" item=$article}>
<{elseif ! $requests.article_id}>
<{include file="inc_item_list.html" item=$article}>
<{else}>
<{if ! $edit_html}>
<{include file="inc_article.html" item=$article}>
<{elseif $is_admin}>
<{include file="$edit_html" item=$article}>
<{/if}>
<{/if}>