aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/loozah/wallwall_item.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/loozah/wallwall_item.tpl')
-rw-r--r--view/theme/loozah/wallwall_item.tpl3
1 files changed, 2 insertions, 1 deletions
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 @@
</div>
<div class="wall-item-photo-end"></div>
<div class="wall-item-wrapper" id="wall-item-wrapper-$id" >
- $lock
+ {{ if $lock }}<div class="wall-item-lock"><img src="images/lock_icon.gif" class="lockview" alt="$lock" onclick="lockview(event,$id);" /></div>
+ {{ else }}<div class="wall-item-lock"></div>{{ endif }}
<div class="wall-item-location" id="wall-item-location-$id">$location</div>
</div>
</div>