added Next and Previous GalleryAlbum links in the Album Views
This commit is contained in:
parent
5c2b9351fd
commit
f2679ae07e
5 changed files with 165 additions and 5 deletions
|
|
@ -76,6 +76,30 @@ our $HELP = {
|
|||
name => 'url_thumbnails',
|
||||
description => 'helpvar url_thumbnails',
|
||||
},
|
||||
{
|
||||
name => 'nextAlbum_url',
|
||||
description => 'helpvar nextAlbum_url',
|
||||
},
|
||||
{
|
||||
name => 'nextAlbum_title',
|
||||
description => 'helpvar nextAlbum_title',
|
||||
},
|
||||
{
|
||||
name => 'nextAlbum_thumbnailUrl',
|
||||
description => 'helpvar nextAlbum_thumbnailUrl',
|
||||
},
|
||||
{
|
||||
name => 'previousAlbum_url',
|
||||
description => 'helpvar previousAlbum_url',
|
||||
},
|
||||
{
|
||||
name => 'previousAlbum_title',
|
||||
description => 'helpvar previousAlbum_title',
|
||||
},
|
||||
{
|
||||
name => 'previousAlbum_thumbnailUrl',
|
||||
description => 'helpvar previousAlbum_thumbnailUrl',
|
||||
},
|
||||
{
|
||||
name => 'fileCount',
|
||||
description => 'helpvar fileCount',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue