diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2015-06-17 13:52:18 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2015-06-17 13:53:59 +0200 |
commit | fa16c1f9b4c2ad3f3d0406747c52c06b861580ba (patch) | |
tree | 6953d6d181d9fad3d3ecff1b3d622de884239faa /apps/files_sharing/templates/settings-personal.php | |
parent | ac9733a8b8bb64a9cc5c5b792fb1119106d76fd0 (diff) | |
download | nextcloud-server-fa16c1f9b4c2ad3f3d0406747c52c06b861580ba.tar.gz nextcloud-server-fa16c1f9b4c2ad3f3d0406747c52c06b861580ba.zip |
fix path to owncloud logo
Diffstat (limited to 'apps/files_sharing/templates/settings-personal.php')
-rw-r--r-- | apps/files_sharing/templates/settings-personal.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/templates/settings-personal.php b/apps/files_sharing/templates/settings-personal.php index c6bb1474c89..528e74f4cef 100644 --- a/apps/files_sharing/templates/settings-personal.php +++ b/apps/files_sharing/templates/settings-personal.php @@ -51,7 +51,7 @@ style('files_sharing', '3rdparty/gs-share/style'); <?php p($l->t('Add it to your website:')); ?> <a target="_blank" href="<?php p($_['reference']); ?>"> - <img src="img/social-owncloud.svg" /> + <img src="<?php p($_['owncloud_logo_path']); ?>" /> <?php p($l->t('Share with me via ownCloud')); ?> </a> </p> @@ -59,7 +59,7 @@ style('files_sharing', '3rdparty/gs-share/style'); <p> <?php p($l->t('HTML Code:')); ?> <xmp><a target="_blank" href="<?php p($_['reference']); ?>"> - <img src="../img/social-owncloud.svg" /> + <img src="<?php p(\OC::$server->getURLGenerator()->getAbsoluteURL($_['owncloud_logo_path'])); ?>" /> <?php p($l->t('Share with me via ownCloud')); ?> </a></xmp> |