summaryrefslogtreecommitdiffstats
path: root/files/templates/part.breadcrumb.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2011-04-17 16:19:21 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2011-04-17 16:19:21 +0200
commit270e1101f4e6dabb8ea578282bedd5476ca2e9f0 (patch)
tree12b46b0d53e2b331de8c8716dab72a033447ff5f /files/templates/part.breadcrumb.php
parent5759802091d416563d27ab3540115d49e8e16b0d (diff)
downloadnextcloud-server-270e1101f4e6dabb8ea578282bedd5476ca2e9f0.tar.gz
nextcloud-server-270e1101f4e6dabb8ea578282bedd5476ca2e9f0.zip
some forgotten files...
Diffstat (limited to 'files/templates/part.breadcrumb.php')
-rw-r--r--files/templates/part.breadcrumb.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/files/templates/part.breadcrumb.php b/files/templates/part.breadcrumb.php
new file mode 100644
index 00000000000..4d11edb984a
--- /dev/null
+++ b/files/templates/part.breadcrumb.php
@@ -0,0 +1,4 @@
+ <a href="<?php echo link_to("files", "index.php?dir=/"); ?>"><img src="<?php echo image_path("", "actions/go-home.png"); ?>" alt="Root" /></a>
+ <?php foreach($_["breadcrumb"] as $crumb): ?>
+ <a href="<?php echo link_to("files", "index.php?dir=".$crumb["dir"]); ?>"><?php echo $crumb["name"]; ?></a>
+ <?php endforeach; ?> \ No newline at end of file