added a flag to distinguish between albums and files

This commit is contained in:
Doug Bell 2008-06-06 23:42:05 +00:00
parent cad6226d70
commit 2511c406ff
4 changed files with 18 additions and 1 deletions

View file

@ -693,6 +693,12 @@ our $I18N = {
lastUpdated => 0,
context => q{Error message when trying to add albums to uncommitted Gallery assets},
},
'helpvar isAlbum' => {
message => q{This variable is true if the current result is a GalleryAlbum.},
lastUpdated => 0,
context => q{Description of template variable},
},
};
1;