2011-07-07 23:43:35 +04:00
|
|
|
<div class='crumb' data-dir='/'>
|
2011-07-11 02:12:11 +04:00
|
|
|
<a href="<?php echo link_to("files", "index.php"); ?>"><img src="<?php echo image_path("", "actions/go-home.png"); ?>" alt="Root"/></a>
|
2011-07-07 23:43:35 +04:00
|
|
|
</div>
|
2011-04-17 18:19:21 +04:00
|
|
|
<?php foreach($_["breadcrumb"] as $crumb): ?>
|
2011-07-07 23:43:35 +04:00
|
|
|
<div class='crumb' data-dir='<?php echo $crumb["dir"];?>'>
|
|
|
|
<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; ?>
|