diff options
author | Pascal de Bruijn <pmjdebruijn@pcode.nl> | 2014-08-27 14:07:39 +0200 |
---|---|---|
committer | Pascal de Bruijn <pmjdebruijn@pcode.nl> | 2014-08-27 14:07:39 +0200 |
commit | 49da0a794317042e8598b0735119854950444a7f (patch) | |
tree | b87734accd0b7dfc5fe7949b13e7a08a76d17098 /core/templates/layout.user.php | |
parent | c35d60f6d80dbb244b6223de3fdb894b0ef34d34 (diff) | |
download | nextcloud-server-49da0a794317042e8598b0735119854950444a7f.tar.gz nextcloud-server-49da0a794317042e8598b0735119854950444a7f.zip |
defaults: add customizable defaultiTunesAppId
Diffstat (limited to 'core/templates/layout.user.php')
-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 69a181735ca..197cc94608b 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -16,7 +16,7 @@ <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"> - <meta name="apple-itunes-app" content="app-id=543672169"> + <meta name="apple-itunes-app" content="app-id=<?php print_unescaped($theme->getiTunesAppId()); ?>"> <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']) && $_['appid']!='files')? $_['application']:'ownCloud'); ?>"> |