X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fphoto_view.tpl;h=359c42669622c9f334451048c163f9c3f8c41717;hb=b1e85ba605c46328ab8af92abd8871db70591897;hp=cc72a10fa2d8b71b4959a73961dd2896f2967c9f;hpb=fd2e06781ddb4203c0d1254b9d3e4b9a8e9934e9;p=friendica.git diff --git a/view/theme/frio/templates/photo_view.tpl b/view/theme/frio/templates/photo_view.tpl index cc72a10fa2..359c426696 100644 --- a/view/theme/frio/templates/photo_view.tpl +++ b/view/theme/frio/templates/photo_view.tpl @@ -47,17 +47,17 @@
{{* The photo description *}} -
{{$desc}}
+
{{$desc nofilter}}
{{* Tags and mentions *}} {{if $tags}}
{{$tags.title}} - {{foreach $tags.tags as $t}} - - {{$t.name}} - {{if $t.removeurl}} (x) {{/if}} - - {{/foreach}} + {{foreach $tags.tags as $t}} + + {{$t.name}} + {{if $t.removeurl}} (X) {{/if}} + + {{/foreach}}
{{/if}} @@ -68,13 +68,13 @@ {{/if}} {{* The part for editing the photo - only available for the edit subpage *}} - {{if $edit}}{{$edit}}{{/if}} + {{if $edit}}{{$edit nofilter}}{{/if}} {{if $likebuttons}}
- {{$likebuttons}} - {{$like}} - {{$dislike}} + {{$likebuttons nofilter}} + {{$like nofilter}} + {{$dislike nofilter}}
{{/if}}
@@ -82,8 +82,8 @@ {{* Insert the comments *}}
- {{$comments}} + {{$comments nofilter}}
- {{$paginate}} + {{$paginate nofilter}}