diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-10 23:44:18 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-10 23:44:18 +0200 |
commit | 1128b15833c463b1734790c44af42e22a5b5d353 (patch) | |
tree | 12799d858b532c60f192fcfc54d7f9de215ea33b /files/templates | |
parent | 225d00049123ee69c656729177858108dec81982 (diff) | |
download | nextcloud-server-1128b15833c463b1734790c44af42e22a5b5d353.tar.gz nextcloud-server-1128b15833c463b1734790c44af42e22a5b5d353.zip |
fixed navigation and breadcrumb graphics
Diffstat (limited to 'files/templates')
-rw-r--r-- | files/templates/part.breadcrumb.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/templates/part.breadcrumb.php b/files/templates/part.breadcrumb.php index 20c436926c6..96342919df6 100644 --- a/files/templates/part.breadcrumb.php +++ b/files/templates/part.breadcrumb.php @@ -1,5 +1,5 @@ <?php foreach($_["breadcrumb"] as $crumb): ?> - <div class='crumb' data-dir='<?php echo $crumb["dir"];?>' style='background-image:url("<?php echo image_path('core','breadcrumb-divider.png');?>")'> + <div class="crumb svg" data-dir='<?php echo $crumb["dir"];?>' style='background-image:url("<?php echo image_path('core','breadcrumb.png');?>")'> <a href="<?php echo link_to("files", "index.php?dir=".$crumb["dir"]); ?>"><?php echo htmlspecialchars($crumb["name"]); ?></a> </div> - <?php endforeach; ?>
\ No newline at end of file + <?php endforeach; ?> |