diff options
Diffstat (limited to 'core/templates/layout.user.php')
-rw-r--r-- | core/templates/layout.user.php | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index b5466b6fc05..6b9cd4061ed 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -48,13 +48,7 @@ <a href="#" class="header-appname-container menutoggle" tabindex="2"> <h1 class="header-appname"> - <?php - if(OC_Util::getEditionString() === '') { - p(!empty($_['application'])?$_['application']: $l->t('Apps')); - } else { - print_unescaped($theme->getHTMLName()); - } - ?> + <?php p(!empty($_['application'])?$_['application']: $l->t('Apps')); ?> </h1> <div class="icon-caret"></div> </a> |