2011-04-17 18:19:21 +04:00
|
|
|
<?php foreach($_["breadcrumb"] as $crumb): ?>
|
2011-07-22 00:01:55 +04:00
|
|
|
<div class='crumb' data-dir='<?php echo $crumb["dir"];?>' style='background-image:url("<?php echo image_path('core','breadcrumb-divider.png');?>")'>
|
2011-07-07 23:43:35 +04:00
|
|
|
<a href="<?php echo link_to("files", "index.php?dir=".$crumb["dir"]); ?>"><?php echo htmlspecialchars($crumb["name"]); ?></a>
|
|
|
|
</div>
|
2011-04-17 18:19:21 +04:00
|
|
|
<?php endforeach; ?>
|