diff --git a/templates/AlbumIndex.php b/templates/AlbumIndex.php index 676b871..aa48385 100644 --- a/templates/AlbumIndex.php +++ b/templates/AlbumIndex.php @@ -42,7 +42,7 @@ class AlbumIndex extends Template { echo '
-
'; +
'; if ($this->show_edit_buttons) echo ' @@ -58,15 +58,20 @@ class AlbumIndex extends Template $thumbs[$factor] = $album['thumbnail']->getThumbnailUrl( static::TILE_WIDTH * $factor, static::TILE_HEIGHT * $factor, true, true); - echo ' + foreach (['normal-photo', 'blur-photo'] as $className) + { + echo ' '; + } } else { echo ' '; }