diff --git a/templates/PurpleSpider/BasicGalleries/Layout/PhotoGalleryHolder.ss b/templates/PurpleSpider/BasicGalleries/Layout/PhotoGalleryHolder.ss index 621e120..6216503 100644 --- a/templates/PurpleSpider/BasicGalleries/Layout/PhotoGalleryHolder.ss +++ b/templates/PurpleSpider/BasicGalleries/Layout/PhotoGalleryHolder.ss @@ -40,31 +40,45 @@ $Content <% end_if %> <% end_loop %> - <% if Galleries.MoreThanOnePage %> - - <% end_if %> + <% if PaginatedGalleries.MoreThanOnePage %> + <% with $PaginatedGalleries %> + + <% end_with %> + <% end_if %> <% else %>

Sorry, we don't have any photo galleries yet. Please check back later.

<% end_if %> $Form -$PageComments \ No newline at end of file +$PageComments