Merge branch 'master' of github.com:hainatravel/information-system into master
commit
c15f27a308
@ -0,0 +1,6 @@
|
|||||||
|
<div class="infocategory" style="display: none">
|
||||||
|
<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>
|
Loading…
Reference in New Issue