From 68a6bfdee5250c43c70530996b689b2f53c4e8d1 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Wed, 28 Sep 2011 09:43:31 +0200 Subject: Items lock icon --- view/theme/loozah/wall_item.tpl | 3 ++- view/theme/loozah/wallwall_item.tpl | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'view/theme/loozah') diff --git a/view/theme/loozah/wall_item.tpl b/view/theme/loozah/wall_item.tpl index a81eda765..e2b7c9c5a 100644 --- a/view/theme/loozah/wall_item.tpl +++ b/view/theme/loozah/wall_item.tpl @@ -16,7 +16,8 @@
- $lock + {{ if $lock }}
$lock
+ {{ else }}
{{ endif }}
$location
diff --git a/view/theme/loozah/wallwall_item.tpl b/view/theme/loozah/wallwall_item.tpl index a958ba65a..aaa542760 100644 --- a/view/theme/loozah/wallwall_item.tpl +++ b/view/theme/loozah/wallwall_item.tpl @@ -21,7 +21,8 @@
- $lock + {{ if $lock }}
$lock
+ {{ else }}
{{ endif }}
$location
-- cgit v1.2.3