From 1572403e980b013e211de1d317631551dfe5f304 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 3 Feb 2014 20:44:42 -0800 Subject: photo tagging somewhat working - but can't remove photo tags until we update tagrm --- view/tpl/photo_view.tpl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'view/tpl/photo_view.tpl') diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl index 93e9abfa5..8c19d39d7 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -14,10 +14,12 @@
{{$desc}}
{{if $tags}} -
{{$tags.0}}
-
{{$tags.1}}
+
{{$tag_hdr}}
+{{foreach $tags as $t}} +
{{$t.0}}
+{{if $edit}}
{{$t.2}}
{{/if}} +{{/foreach}} {{/if}} -{{if $tags.2}}
{{$tags.3}}
{{/if}} {{if $edit}} -- cgit v1.2.3