summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-03-26 19:40:41 +0200
committerJoas Schilling <coding@schilljs.com>2017-03-26 19:40:41 +0200
commit054e161eb5f4a5c5c13ee322ae8e93ce66f01b13 (patch)
tree1633a3b70ba9309e737b422da6878f5299c7d1dd /core/templates
parentec330c7ac4d7d3a145dc06414e5707243f1057d7 (diff)
downloadnextcloud-server-054e161eb5f4a5c5c13ee322ae8e93ce66f01b13.tar.gz
nextcloud-server-054e161eb5f4a5c5c13ee322ae8e93ce66f01b13.zip
Manage the right side menu via the navigation manager as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/layout.user.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index 5eb93ade31f..29e3fb36f39 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -144,12 +144,6 @@
</a>
</li>
<?php endforeach; ?>
- <li>
- <a id="logout" <?php print_unescaped(OC_User::getLogoutAttribute()); ?>>
- <img alt="" src="<?php print_unescaped(image_path('', 'actions/logout.svg') . '?v=' . $_['versionHash']); ?>">
- <?php p($l->t('Log out'));?>
- </a>
- </li>
</ul>
</div>