diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-10-22 10:56:24 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-10-22 10:56:24 +0200 |
commit | 9cbca24f7a333187961d35a77e5426dc4f2e122e (patch) | |
tree | e92ce52f017528977ec36f2bbbb2655c4ee786ad /view | |
parent | 96f23758b4c0e2b997a8c3579639a57f5c533649 (diff) | |
download | volse-hubzilla-9cbca24f7a333187961d35a77e5426dc4f2e122e.tar.gz volse-hubzilla-9cbca24f7a333187961d35a77e5426dc4f2e122e.tar.bz2 volse-hubzilla-9cbca24f7a333187961d35a77e5426dc4f2e122e.zip |
photo object compatibility revamped
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/conv_item.tpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index c16e7d6a6..30a007bd6 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -33,11 +33,6 @@ <div class="wall-item-content" id="wall-item-content-{{$item.id}}"> <div class="wall-item-title-end"></div> <div class="wall-item-body" id="wall-item-body-{{$item.id}}" > - {{if $item.is_photo}} - <div class="wall-photo-item" id="wall-photo-item-{{$item.id}}"> - <a href="{{$item.photo.link}}"><img style="max-width:{{$item.photo.width}}px; width:100%; height:auto;" src={{$item.photo.url}}></a> - </div> - {{/if}} {{$item.body}} {{if $item.tags}} <div class="body-tag"> |