summaryrefslogtreecommitdiffstats
path: root/apps/files/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-14 16:19:02 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-14 16:19:02 +0200
commit320bf0e8c1fda9560d2ec6046153eeef59c7da1e (patch)
treef3a49c90de2925a709cf165ddf6fdcb8b001a7fb /apps/files/templates
parent79a5e2a4cced4787635632f3857fe1d88cf64c71 (diff)
downloadnextcloud-server-320bf0e8c1fda9560d2ec6046153eeef59c7da1e.tar.gz
nextcloud-server-320bf0e8c1fda9560d2ec6046153eeef59c7da1e.zip
fix breaking error due to ... a wrong icon link. Seriously?
Diffstat (limited to 'apps/files/templates')
-rw-r--r--apps/files/templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index 89604c4fa0b..8598ead2404 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -10,7 +10,7 @@
data-type='file'><p><?php p($l->t('Text file'));?></p></li>
<li style="background-image:url('<?php p(OCP\mimetype_icon('dir')) ?>')"
data-type='folder'><p><?php p($l->t('Folder'));?></p></li>
- <li style="background-image:url('<?php p(OCP\image_path('core', 'web.svg')) ?>')"
+ <li style="background-image:url('<?php p(OCP\image_path('core', 'filetypes/web.svg')) ?>')"
data-type='web'><p><?php p($l->t('From link'));?></p></li>
</ul>
</div>