You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
276 B
PHTML
6 lines
276 B
PHTML
3 years ago
|
<div class="infocategory">
|
||
|
<a href="/">Home</a>
|
||
|
<?php foreach ($breadcrumb_data as $index => $item) {?>
|
||
|
<a href="<?php echo $item['ic_url'] ?>" data-index="<?php echo $index ?>" data-is-id="<?php echo $item['is_id'] ?>"><?php echo $item['ic_url_title'] ?></a>
|
||
|
<?php }?>
|
||
|
</div>
|