You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
903 B
20 lines
903 B
<div class="breadcrumb-banner-area" style="background:url('{tp:cate id="$cate['topid']" type='image' /}') no-repeat scroll 0 0">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<div class="breadcrumb-text">
|
|
<h1 class="text-center">{tp:cate id="$cate['topid']" type='en_name' /}</h1>
|
|
<div class="breadcrumb-bar">
|
|
<ul class="breadcrumb text-center">
|
|
<li><a href="/">首页</a></li>
|
|
<!--<li>{tp:cate type='cate_name' /}</li>-->
|
|
{tp:position name='v'}
|
|
<li><a href="{$v.url}">{$v.cate_name}</a></li>
|
|
{/tp:position}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|