]> source.dussan.org Git - nextcloud-server.git/commitdiff
Link to icon was absolute.
authorThomas Tanghus <thomas@tanghus.net>
Sun, 22 Apr 2012 01:39:59 +0000 (03:39 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Sun, 22 Apr 2012 01:39:59 +0000 (03:39 +0200)
apps/remoteStorage/templates/settings.php

index 9b5c3b6229c2eda37a518ec6e61cddc075648c15..b940282b2ccf21ce6b57222efa1d04f20da3dd39 100644 (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>)';