<section class="container">
<ul class="breadcrumb">
<li><a href="{$maccms.path}"><i class="icon icon-home"></i> 首頁</a></li>
<!--判斷是否有父分類存在-->
{if condition="$obj.type_1.type_id neq '' "}
<li><a href="{:mac_url_type($obj.type_1)}" title="{$obj.type_1.type_name|mac_filter_html}">{$obj.type_1.type_name|mac_filter_html}</a></li>
{/if}
<!--當前分類-->
<li><a href="{:mac_url_type($obj.type)}" title="{$obj.type.type_name|mac_filter_html}">{$obj.type.type_name|mac_filter_html}</a></li>
<!--當前視頻名字和當前url-->
<li><a href="{:mac_url_vod_detail($obj)}" title="{$obj.vod_name|mac_filter_html}">{$obj.vod_name|mac_filter_html}</a></li>
</ul>
</section>
<div class="breadcrumbs clear">
<span class="breadcrumbs-nav">
<a href="{$maccms.path}">首頁</a>
{if condition="$obj.type_1.type_id neq '' "}
<a href="{:mac_url_type($obj.type_1)}" title="{$obj.type_1.type_name|mac_filter_html}">{$obj.type_1.type_name|mac_filter_html}</a>
{/if}
<span class="post-category">{$obj.type_name|mac_filter_html}</span>
</span>
<h1>{$obj.type_name|mac_filter_html}</h1>
</div>