84 changed files with 251 additions and 251 deletions
-
2apps/files/ajax/autocomplete.php
-
2apps/files/ajax/upload.php
-
4apps/files/appinfo/filesync.php
-
2apps/files/appinfo/remote.php
-
2apps/files/appinfo/update.php
-
2apps/files/index.php
-
2apps/files/templates/admin.php
-
2apps/files/templates/index.php
-
2apps/files/templates/part.breadcrumb.php
-
8apps/files/templates/part.list.php
-
4apps/files_encryption/appinfo/app.php
-
2apps/files_encryption/lib/crypt.php
-
6apps/files_encryption/lib/cryptstream.php
-
18apps/files_encryption/lib/proxy.php
-
6apps/files_encryption/settings.php
-
6apps/files_encryption/tests/encryption.php
-
6apps/files_encryption/tests/proxy.php
-
20apps/files_encryption/tests/stream.php
-
8apps/files_external/lib/ftp.php
-
4apps/files_external/lib/google.php
-
4apps/files_external/lib/streamwrapper.php
-
6apps/files_external/lib/swift.php
-
4apps/files_external/lib/webdav.php
-
2apps/files_versions/appinfo/app.php
-
2apps/files_versions/history.php
-
2apps/files_versions/lib/versions.php
-
2apps/files_versions/settings-personal.php
-
2apps/user_ldap/group_ldap.php
-
14apps/user_ldap/lib/connection.php
-
4apps/user_ldap/settings.php
-
4apps/user_ldap/tests/group_ldap.php
-
2apps/user_webdavauth/appinfo/app.php
-
6core/templates/installation.php
-
4lib/MDB2/Driver/sqlite3.php
-
2lib/app.php
-
6lib/archive/tar.php
-
2lib/archive/zip.php
-
8lib/base.php
-
2lib/connector/sabre/file.php
-
4lib/connector/sabre/locks.php
-
4lib/connector/sabre/node.php
-
4lib/db.php
-
12lib/filecache.php
-
4lib/filecache/update.php
-
2lib/fileproxy.php
-
4lib/fileproxy/quota.php
-
2lib/files.php
-
2lib/filestorage.php
-
4lib/filestorage/common.php
-
12lib/filestorage/local.php
-
16lib/filesystem.php
-
2lib/filesystemview.php
-
2lib/image.php
-
10lib/installer.php
-
2lib/json.php
-
2lib/l10n.php
-
4lib/log/owncloud.php
-
2lib/mail.php
-
4lib/migrate.php
-
2lib/migration/content.php
-
6lib/ocsclient.php
-
4lib/request.php
-
2lib/route.php
-
2lib/search.php
-
2lib/setup.php
-
8lib/streamwrappers.php
-
8lib/template.php
-
6lib/templatelayout.php
-
2lib/updater.php
-
2lib/user.php
-
2lib/user/database.php
-
2lib/user/http.php
-
38lib/util.php
-
28lib/vcategories.php
-
2settings/admin.php
-
2settings/ajax/setquota.php
-
6settings/personal.php
-
2settings/templates/admin.php
-
18tests/lib/archive.php
-
10tests/lib/cache.php
-
2tests/lib/cache/file.php
-
26tests/lib/group.php
-
8tests/lib/streamwrappers.php
-
28tests/lib/user/backend.php
@ -1,6 +1,6 @@ |
|||
<?php for($i=0; $i<count($_["breadcrumb"]); $i++): |
|||
$crumb = $_["breadcrumb"][$i]; ?>
|
|||
<div class="crumb <?php if($i == count($_["breadcrumb"])-1) echo 'last';?> svg" data-dir='<?php echo urlencode($crumb["dir"]);?>' style='background-image:url("<?php echo OCP\image_path('core','breadcrumb.png');?>")'> |
|||
<div class="crumb <?php if($i == count($_["breadcrumb"])-1) echo 'last';?> svg" data-dir='<?php echo urlencode($crumb["dir"]);?>' style='background-image:url("<?php echo OCP\image_path('core', 'breadcrumb.png');?>")'> |
|||
<a href="<?php echo $_['baseURL'].urlencode($crumb["dir"]); ?>"><?php echo OCP\Util::sanitizeHTML($crumb["name"]); ?></a>
|
|||
</div> |
|||
<?php endfor;?>
|
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue