From ed6629002f25464ce03ab3daa0676dc34561d082 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 22 Oct 2015 13:01:33 +0200 Subject: photo object fixes --- view/tpl/conv_list.tpl | 5 +++++ view/tpl/search_item.tpl | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'view') diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl index 65b695a70..a3fb642ce 100755 --- a/view/tpl/conv_list.tpl +++ b/view/tpl/conv_list.tpl @@ -8,6 +8,11 @@
+ {{if $item.photo}} +
+ {{$item.photo}} +
+ {{/if}}
diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl index 003dae993..b44e1c39e 100755 --- a/view/tpl/search_item.tpl +++ b/view/tpl/search_item.tpl @@ -2,6 +2,11 @@
+ {{if $item.photo}} +
+ {{$item.photo}} +
+ {{/if}}
-- cgit v1.2.3