diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-06 16:03:01 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-06 16:03:01 +0100 |
commit | 8ea6398e48dc875a5a95c900cc210a36e4da1d89 (patch) | |
tree | 44fbf9f5fd4caa93fb9a6ce00ff8c03e3ba1a623 /core/templates | |
parent | 9e08f85c5e8b57d759cecc9ca145a816e121fe6c (diff) | |
download | nextcloud-server-8ea6398e48dc875a5a95c900cc210a36e4da1d89.tar.gz nextcloud-server-8ea6398e48dc875a5a95c900cc210a36e4da1d89.zip |
collapse user menu when inside one of the settings sections
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/layout.user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index de505486f75..2547278547f 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -35,7 +35,7 @@ <?php echo OCP\User::getDisplayName($user=null)?OCP\User::getDisplayName($user=null):(OC_User::getUser()?OC_User::getUser():'') ?> <img class="svg" src="<?php echo image_path('', 'actions/caret.svg'); ?>" /> </span> - <div id="expanddiv" <?php if($_['bodyid'] == 'body-user') echo 'style="display:none;"'; ?>> + <div id="expanddiv"> <?php foreach($_['settingsnavigation'] as $entry):?> <li> <a href="<?php echo $entry['href']; ?>" title="" <?php if( $entry["active"] ): ?> class="active"<?php endif; ?>> |