diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-02-09 09:30:59 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-02-09 09:30:59 +0100 |
commit | c14f0b56372fa275fa40492e2184af15cf1420d4 (patch) | |
tree | 63a4c24f2088460b37e2cfef03704ca9117fc1fb /settings | |
parent | 9bd45b26a5db6d97ee58586aed50c12c8a34d8f9 (diff) | |
download | nextcloud-server-c14f0b56372fa275fa40492e2184af15cf1420d4.tar.gz nextcloud-server-c14f0b56372fa275fa40492e2184af15cf1420d4.zip |
add in new window
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/personal.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 078328442e3..bc9db0f2b87 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -13,13 +13,13 @@ <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> |