From 830b2edc3587747f37281a0bd1eaf4dfe98b043a Mon Sep 17 00:00:00 2001 From: Andreas Neustifter Date: Wed, 25 Jul 2018 22:21:43 +0200 Subject: [PATCH] [frio] Remove frame around recent photos. (#5496) (#5499) Also layout file properly. --- view/theme/frio/templates/photo_album.tpl | 73 +++++++++++------------ 1 file changed, 35 insertions(+), 38 deletions(-) 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}}

-
- -
- {{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}} -
- -
- - {{$paginate}} +
+

{{$album}}

+
+ {{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}} +
+ +
+ +{{$paginate}} +