Link to icon was absolute.

This commit is contained in:
Thomas Tanghus 2012-04-22 03:39:59 +02:00
parent f85aaf1f58
commit 24aff287cf
1 changed files with 1 additions and 1 deletions

View File

@ -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>)';