album link will automatically be shown if uploaded more than one image via webinterface

This commit is contained in:
Christian Haschek
2016-10-22 20:45:22 +02:00
parent 903e679524
commit fd1798b686
5 changed files with 17 additions and 9 deletions

View File

@@ -126,7 +126,7 @@ function renderAlbum($data)
foreach($data['album'] as $hash)
{
$content.='<a href="/'.$filters.$hash.'"><img src="/'.$size.$forcesize.$filters.$hash.'" /></a>';
$content.='<a href="/'.$filters.$hash.'"><img class="picture" src="/'.$size.$forcesize.$filters.$hash.'" /></a>';
}
if($data['embed']===true)