]> source.dussan.org Git - nextcloud-server.git/commitdiff
add in new window
authorFrank Karlitschek <frank@owncloud.org>
Sat, 9 Feb 2013 08:30:59 +0000 (09:30 +0100)
committerFrank Karlitschek <frank@owncloud.org>
Sat, 9 Feb 2013 08:30:59 +0000 (09:30 +0100)
settings/templates/personal.php

index 078328442e30cd61f840685ee56a207c499f888d..bc9db0f2b8775640251caeb1f0aacdef6eae63c2 100644 (file)
 <div class="clientsbox">
 <h2><?php echo $l->t('Get the apps to sync your files');?></h2>
 <a href="<?php echo $_['clients']['desktop']; ?>">
-        <img src="<?php echo OCP\Util::imagePath('core', 'desktopapp.png'); ?>" />
+        <img target="_blank" src="<?php echo OCP\Util::imagePath('core', 'desktopapp.png'); ?>" />
 </a>
 <a href="<?php echo $_['clients']['android']; ?>">
-        <img src="<?php echo OCP\Util::imagePath('core', 'googleplay.png'); ?>" />
+        <img target="_blank" src="<?php echo OCP\Util::imagePath('core', 'googleplay.png'); ?>" />
 </a>
 <a href="<?php echo $_['clients']['ios']; ?>">
-        <img src="<?php echo OCP\Util::imagePath('core', 'appstore.png'); ?>" />
+        <img target="_blank" src="<?php echo OCP\Util::imagePath('core', 'appstore.png'); ?>" />
 </a>
 </div>