X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fphoto_view.tpl;h=de45eecff0c5a02b2542cee1f35bfcf4a54990ae;hb=9918fa3ec02f5e062ee85b95044c981ad7043632;hp=f8d12e133e15f6c37c679ff8f035b97ee4f6c9d5;hpb=4f9f86e310a433d56622527be002ba2a474c5240;p=friendica.git diff --git a/view/theme/frio/templates/photo_view.tpl b/view/theme/frio/templates/photo_view.tpl index f8d12e133e..de45eecff0 100644 --- a/view/theme/frio/templates/photo_view.tpl +++ b/view/theme/frio/templates/photo_view.tpl @@ -10,22 +10,38 @@
@@ -33,7 +49,7 @@
{{* The photo *}}
- {{$photo.filename|escape}} + {{$photo.filename}}
{{* Overlay buttons for previous and next photo *}} @@ -47,14 +63,14 @@
{{* The photo description *}} -
{{$desc}}
+
{{$desc nofilter}}
{{* Tags and mentions *}} {{if $tags}}
{{$tags.title}} {{foreach $tags.tags as $t}} - {{$t.name|escape}} + {{$t.name nofilter}} {{if $t.removeurl}} (X) {{/if}} {{/foreach}} @@ -68,22 +84,24 @@ {{/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}}
+{{if !$edit}} {{* Insert the comments *}}
- {{$comments}} + {{$comments nofilter}}
- {{$paginate}} + {{$paginate nofilter}} +{{/if}}