Allow users to filter albums by contributors #48
@ -50,7 +50,9 @@ class ViewPhotoAlbum extends HTMLController
|
|||||||
$filters = [];
|
$filters = [];
|
||||||
if (!empty($contributors))
|
if (!empty($contributors))
|
||||||
{
|
{
|
||||||
$filters[''] = ['id_user' => null, 'caption' => 'Show all photos', 'link' => $tag->getUrl()];
|
$filters[''] = ['id_user' => null, 'label' => '', 'caption' => 'Show all photos',
|
||||||
|
'link' => $tag->getUrl()];
|
||||||
|
|
||||||
foreach ($contributors as $contributor)
|
foreach ($contributors as $contributor)
|
||||||
{
|
{
|
||||||
$filters[$contributor['slug']] = [
|
$filters[$contributor['slug']] = [
|
||||||
|
Loading…
Reference in New Issue
Block a user