]> source.dussan.org Git - nextcloud-server.git/commitdiff
Home icon now points to index.php
authorMichael Gapczynski <GapczynskiM@gmail.com>
Sun, 10 Jul 2011 22:12:11 +0000 (18:12 -0400)
committerMichael Gapczynski <GapczynskiM@gmail.com>
Sun, 10 Jul 2011 22:12:11 +0000 (18:12 -0400)
files/templates/part.breadcrumb.php

index 34f955fe6758785d0406b9decb440e19fd41ec27..64e0a47472823b73dd290ca519ee4b9134b7d2c1 100644 (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"];?>'>