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}} +