From 9e420e46398fee6ccf9ca2f9288561c3673b6c34 Mon Sep 17 00:00:00 2001
From: Michael Gapczynski <GapczynskiM@gmail.com>
Date: Sun, 10 Jul 2011 18:12:11 -0400
Subject: [PATCH] Home icon now points to index.php

---
 files/templates/part.breadcrumb.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/files/templates/part.breadcrumb.php b/files/templates/part.breadcrumb.php
index 34f955fe67..64e0a47472 100644
--- a/files/templates/part.breadcrumb.php
+++ b/files/templates/part.breadcrumb.php
@@ -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"];?>'>
-- 
GitLab