mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-15 12:38:01 +00:00
album link will automatically be shown if uploaded more than one image via webinterface
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user