added Next and Previous GalleryAlbum links in the Album Views

This commit is contained in:
Doug Bell 2008-06-19 18:49:47 +00:00
parent 5c2b9351fd
commit f2679ae07e
5 changed files with 165 additions and 5 deletions

View file

@ -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',