Home icon now points to index.php

This commit is contained in:
Michael Gapczynski 2011-07-10 18:12:11 -04:00
parent 89a6f16e8d
commit 9e420e4639
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div class='crumb' data-dir='/'>
<a href="<?php echo link_to("files", "index.php?dir=/"); ?>"><img src="<?php echo image_path("", "actions/go-home.png"); ?>" alt="Root"/></a>
<a href="<?php echo link_to("files", "index.php"); ?>"><img src="<?php echo image_path("", "actions/go-home.png"); ?>" alt="Root"/></a>
</div>
<?php foreach($_["breadcrumb"] as $crumb): ?>
<div class='crumb' data-dir='<?php echo $crumb["dir"];?>'>