]> source.dussan.org Git - nextcloud-server.git/commitdiff
add smart app banner to promote ios app
authorGeorg Ehrke <dev@georgswebsite.de>
Fri, 25 Jan 2013 14:57:57 +0000 (15:57 +0100)
committerGeorg Ehrke <dev@georgswebsite.de>
Fri, 25 Jan 2013 15:05:16 +0000 (16:05 +0100)
core/templates/layout.guest.php
core/templates/layout.user.php

index 5b39503474de602d1145d60455a6791948bc3eb0..fd29b3ab36e73cb303120f243f96a33cc572c5f1 100644 (file)
@@ -3,6 +3,7 @@
        <head>
                <title>ownCloud</title>
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+               <meta name="apple-itunes-app" content="app-id=543672169">
                <link rel="shortcut icon" href="<?php echo image_path('', 'favicon.png'); ?>" /><link rel="apple-touch-icon-precomposed" href="<?php echo image_path('', 'favicon-touch.png'); ?>" />
                <?php foreach($_['cssfiles'] as $cssfile): ?>
                        <link rel="stylesheet" href="<?php echo $cssfile; ?>" type="text/css" media="screen" />
index a16d2c9e55d0f0807695427f99871c7676a3cad6..5860b1ab14fa43e378a9f9ebb05d28f9512f8c62 100644 (file)
@@ -3,6 +3,7 @@
        <head>
                <title><?php echo isset($_['application']) && !empty($_['application'])?$_['application'].' | ':'' ?>ownCloud <?php echo OC_User::getUser()?' ('.OC_User::getUser().') ':'' ?></title>
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+               <meta name="apple-itunes-app" content="app-id=543672169">
                <link rel="shortcut icon" href="<?php echo image_path('', 'favicon.png'); ?>" /><link rel="apple-touch-icon-precomposed" href="<?php echo image_path('', 'favicon-touch.png'); ?>" />
                <?php foreach($_['cssfiles'] as $cssfile): ?>
                        <link rel="stylesheet" href="<?php echo $cssfile; ?>" type="text/css" media="screen" />