parent
225d000491
commit
1128b15833
Before Width: | Height: | Size: 495 B |
Before Width: | Height: | Size: 1012 B |
After Width: | Height: | Size: 452 B |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 452 B |
After Width: | Height: | Size: 2.4 KiB |
@ -1,5 +1,5 @@ |
||||
<?php foreach($_["breadcrumb"] as $crumb): ?> |
||||
<div class='crumb' data-dir='<?php echo $crumb["dir"];?>' style='background-image:url("<?php echo image_path('core','breadcrumb-divider.png');?>")'>
|
||||
<div class="crumb svg" data-dir='<?php echo $crumb["dir"];?>' style='background-image:url("<?php echo image_path('core','breadcrumb.png');?>")'>
|
||||
<a href="<?php echo link_to("files", "index.php?dir=".$crumb["dir"]); ?>"><?php echo htmlspecialchars($crumb["name"]); ?></a>
|
||||
</div> |
||||
<?php endforeach; ?> |
||||
<?php endforeach; ?> |
||||
|
Loading…
Reference in new issue