diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-05-19 15:52:27 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-04 14:38:25 +0200 |
commit | 190fc8adf5b4cf3c5b3762938d929c962ea5c434 (patch) | |
tree | 0c8ef9c1ba11b6c1ca52b1bd149885630ff345f7 /core/templates | |
parent | 52d9e313d18003f842cb4329090727b92a287f8d (diff) | |
download | nextcloud-server-190fc8adf5b4cf3c5b3762938d929c962ea5c434.tar.gz nextcloud-server-190fc8adf5b4cf3c5b3762938d929c962ea5c434.zip |
drop "push" element - no sticky footer needed anymore
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/layout.user.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 891221227c7..7b064c606bc 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -103,10 +103,6 @@ </a> </li> <?php endforeach; ?> - - <?php if(OC_User::isAdminUser(OC_User::getUser())): ?> - <li class="push"></li><!-- for sticky footer of apps management --> - <?php endif; ?> </ul> <!-- show "More apps" link to app administration directly in app navigation, as sticky footer --> |