苹果cms视频详情列表页面包屑导航

<section class="container">
    <ul class="breadcrumb">
        <li><a href="{$maccms.path}"><i class="icon icon-home"></i>&nbsp;首页</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>
© 版权声明
THE END
喜欢就支持一下吧
点赞12 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容