summaryrefslogtreecommitdiffstats
path: root/apps/remoteStorage
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-04-22 03:39:59 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-04-22 03:39:59 +0200
commit24aff287cfb1121bde7ef5ce907085e28033a8c3 (patch)
treefa0f1864cbc402d3d73b7e0f0f8a0dbc36cbcd83 /apps/remoteStorage
parentf85aaf1f5837baa9e3c4f3a4d77107211de12b4a (diff)
downloadnextcloud-server-24aff287cfb1121bde7ef5ce907085e28033a8c3.tar.gz
nextcloud-server-24aff287cfb1121bde7ef5ce907085e28033a8c3.zip
Link to icon was absolute.
Diffstat (limited to 'apps/remoteStorage')
-rw-r--r--apps/remoteStorage/templates/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/remoteStorage/templates/settings.php b/apps/remoteStorage/templates/settings.php
index 9b5c3b6229c..b940282b2cc 100644
--- a/apps/remoteStorage/templates/settings.php
+++ b/apps/remoteStorage/templates/settings.php
@@ -1,6 +1,6 @@
<fieldset class="personalblock">
<?php
- echo '<img src="/apps/remoteStorage/remoteStorage.png" style="width:16px"> '
+ echo '<img src="../apps/remoteStorage/remoteStorage.png" style="width:16px"> '
.'<strong>'.$l->t('remoteStorage').'</strong> user address: '
.OC_User::getUser().'@'.$_SERVER['SERVER_NAME']
.' (<a href="http://unhosted.org/">more info</a>)';