]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/photo_view.tpl
Merge pull request #5966 from JeroenED/theme/frio/oembed/view-active-class
[friendica.git] / view / theme / frio / templates / photo_view.tpl
index cc72a10fa2d8b71b4959a73961dd2896f2967c9f..7dc2db901e2f7492ed450a69b0b1688aa916c284 100644 (file)
                {{* Tags and mentions *}}
                {{if $tags}}
                <div id="photo-tags">{{$tags.title}}
-               {{foreach $tags.tags as $t}}
-               <span class="category label btn-success sm">
-                       <span class="p-category">{{$t.name}}</span>
-                       {{if $t.removeurl}} (<a href="{{$t.removeurl}}">x</a>) {{/if}}
-               </span>
-               {{/foreach}}
+                       {{foreach $tags.tags as $t}}
+                       <span class="category label btn-success sm">
+                               <span class="p-category">{{$t.name}}</span>
+                               {{if $t.removeurl}} <a href="{{$t.removeurl}}">(X)</a> {{/if}}
+                       </span>
+                       {{/foreach}}
                </div>
                {{/if}}