use web.svg instead of web.png

This commit is contained in:
Georg Ehrke 2013-08-14 11:51:54 +02:00
parent 3cbbe395eb
commit e704c8e4dc
1 changed files with 1 additions and 1 deletions

View File

@ -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.png')) ?>')"
<li style="background-image:url('<?php p(OCP\image_path('core', 'web.svg')) ?>')"
data-type='web'><p><?php p($l->t('From link'));?></p></li>
</ul>
</div>