diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2011-04-17 16:19:21 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2011-04-17 16:19:21 +0200 |
commit | 270e1101f4e6dabb8ea578282bedd5476ca2e9f0 (patch) | |
tree | 12b46b0d53e2b331de8c8716dab72a033447ff5f /files/templates/part.breadcrumb.php | |
parent | 5759802091d416563d27ab3540115d49e8e16b0d (diff) | |
download | nextcloud-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.php | 4 |
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 |