summaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorMichael Gapczynski <GapczynskiM@gmail.com>2011-07-10 18:12:11 -0400
committerMichael Gapczynski <GapczynskiM@gmail.com>2011-07-10 18:12:11 -0400
commit9e420e46398fee6ccf9ca2f9288561c3673b6c34 (patch)
tree6f658996e391bf145e210b88c6a1ddd34680b504 /files
parent89a6f16e8d03af8e9527ead0b17db119344c83d4 (diff)
downloadnextcloud-server-9e420e46398fee6ccf9ca2f9288561c3673b6c34.tar.gz
nextcloud-server-9e420e46398fee6ccf9ca2f9288561c3673b6c34.zip
Home icon now points to index.php
Diffstat (limited to 'files')
-rw-r--r--files/templates/part.breadcrumb.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/templates/part.breadcrumb.php b/files/templates/part.breadcrumb.php
index 34f955fe675..64e0a474728 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"];?>'>