diff options
author | Sander <brantje@gmail.com> | 2014-07-08 14:03:10 +0200 |
---|---|---|
committer | Sander <brantje@gmail.com> | 2014-07-08 14:03:10 +0200 |
commit | c3beef30f3143361eb0cfe48a48ae070d843dc49 (patch) | |
tree | c61bc05e862d60316758b2eba91d89f002f93541 /core/templates/layout.user.php | |
parent | 4ca74a5157d8dcbaf638d3688233ba7981195d33 (diff) | |
download | nextcloud-server-c3beef30f3143361eb0cfe48a48ae070d843dc49.tar.gz nextcloud-server-c3beef30f3143361eb0cfe48a48ae070d843dc49.zip |
Added suggestions from @jancborchardt in #9517
Diffstat (limited to 'core/templates/layout.user.php')
-rw-r--r-- | core/templates/layout.user.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index a75046c3109..1b0d7a2b23b 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -19,9 +19,9 @@ <meta name="apple-itunes-app" content="app-id=543672169"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> - <meta name="apple-mobile-web-app-title" content="<?php - p(!empty($_['application'])?$_['application'].' ':''); - p($theme->getTitle());?>"> + <meta name="apple-mobile-web-app-title" content="<?php + p(!empty($_['application'] && $_['appid']!='files')? $_['application']:'ownCloud'); + ?>"> <meta name="mobile-web-app-capable" content="yes"> <link rel="shortcut icon" href="<?php print_unescaped(image_path('', 'favicon.png')); ?>" /> <link rel="apple-touch-icon-precomposed" href="<?php print_unescaped(image_path('', 'favicon-touch.png')); ?>" /> |