14 lines
623 B
PHP
Executable File
14 lines
623 B
PHP
Executable File
<?if($breads){?>
|
|
<ol class="am-breadcrumb">
|
|
<li><a href="/">首页</a></li>
|
|
<?foreach($breads as $item){?>
|
|
<?if($item['url']){?>
|
|
<li data-menu-node='<?=$item['spm']?>'><a href="javascript:void (0);"><?=$item['name']?></a></li>
|
|
<?} else {?>
|
|
<li data-menu-node='<?=$item['spm']?>' ><span><?=$item['name']?></span></li>
|
|
<?}?>
|
|
<?}?>
|
|
<!-- <li class="am-active">内容</li>-->
|
|
<div class="fr p0 m0 f12 ml10"><a href="javascript:history.back(-1);"><i class="am-icon-reply"></i> 返回</a></div>
|
|
</ol>
|
|
<?}?>
|