aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/cloud_directory.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-11-16 19:26:56 -0800
committerzotlabs <mike@macgirvin.com>2017-11-16 19:26:56 -0800
commit7c655c8d61c1210815d024f7945bedf2ae7279fd (patch)
tree7b780d33158cf313f00a18c205cf7e0e44c8d113 /view/tpl/cloud_directory.tpl
parent7386fa57c8fd8422b6aa2c947603c8c2f945ba62 (diff)
downloadvolse-hubzilla-7c655c8d61c1210815d024f7945bedf2ae7279fd.tar.gz
volse-hubzilla-7c655c8d61c1210815d024f7945bedf2ae7279fd.tar.bz2
volse-hubzilla-7c655c8d61c1210815d024f7945bedf2ae7279fd.zip
allow svg image previews in cloud browser when using tile mode.
Diffstat (limited to 'view/tpl/cloud_directory.tpl')
-rw-r--r--view/tpl/cloud_directory.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl
index 40278661f..3ae8cbf35 100644
--- a/view/tpl/cloud_directory.tpl
+++ b/view/tpl/cloud_directory.tpl
@@ -16,7 +16,7 @@
<div class="cloud-container">
<div class="cloud-icon"><a href="{{$item.fullPath}}">
{{if $item.photo_icon}}
- <img src="photo/{{$item.photo_icon}}" title="{{$item.type}}" >
+ <img src="{{$item.photo_icon}}" title="{{$item.type}}" >
{{else}}
<i class="fa fa-fw {{$item.iconFromType}}" title="{{$item.type}}"></i>
{{/if}}