diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-05-16 13:00:35 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-05-16 13:00:35 +0200 |
commit | 1fb0d5412c7a4a3b888098e492342699d05fe55e (patch) | |
tree | 436bab2e329cf0e3ff2080a4227338c131f85b57 /settings | |
parent | 43d6650d194105dac30b11fb2ba4a3b3c7805650 (diff) | |
parent | 6fd084243b65a556d4775209ba3916145ef5912a (diff) | |
download | nextcloud-server-1fb0d5412c7a4a3b888098e492342699d05fe55e.tar.gz nextcloud-server-1fb0d5412c7a4a3b888098e492342699d05fe55e.zip |
Merge pull request #6260 from owncloud/jan-navigation-filesidebar
Files app navigation sidebar
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/personal.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index afa3f5d700a..1d1500743ad 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -133,12 +133,6 @@ if($_['passwordChangeSupported']) { <?php endif; ?> </form> -<div class="section"> - <h2><?php p($l->t('WebDAV'));?></h2> - <code><?php print_unescaped(OC_Helper::linkToRemote('webdav')); ?></code><br /> - <em><?php print_unescaped($l->t('Use this address to <a href="%s" target="_blank">access your Files via WebDAV</a>', array(link_to_docs('user-webdav'))));?></em> -</div> - <?php foreach($_['forms'] as $form) { print_unescaped($form); };?> |