From: Andreas Neustifter Date: Wed, 25 Jul 2018 20:21:43 +0000 (+0200) Subject: [frio] Remove frame around recent photos. (#5496) (#5499) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=830b2edc3587747f37281a0bd1eaf4dfe98b043a;p=friendica.git [frio] Remove frame around recent photos. (#5496) (#5499) Also layout file properly. --- diff --git a/view/theme/frio/templates/photo_album.tpl b/view/theme/frio/templates/photo_album.tpl index 7540afbeaf..d590681826 100644 --- a/view/theme/frio/templates/photo_album.tpl +++ b/view/theme/frio/templates/photo_album.tpl @@ -1,41 +1,38 @@ -
- -
-

{{$album}}

-
+
+

{{$album}}

+
-
- {{if $can_post}} - - - {{/if}} - {{if $edit}} - - - - {{/if}} - {{if ! $noorder}} - - - {{if $order.2 == "newest"}} - - {{else}} - - {{/if}} - - {{/if}} -
-
+
+ {{if $can_post}} + + + {{/if}} + {{if $edit}} + + + + {{/if}} + {{if ! $noorder}} + + + {{if $order.2 == "newest"}} + + {{else}} + + {{/if}} + + {{/if}} +
+
-
- {{foreach $photos as $photo}} - {{include file="photo_top.tpl"}} - {{/foreach}} -
+
+{{foreach $photos as $photo}} + {{include file="photo_top.tpl"}} +{{/foreach}} +
-
+
- {{$paginate}} -
+{{$paginate}}