added a flag to distinguish between albums and files
This commit is contained in:
parent
cad6226d70
commit
2511c406ff
4 changed files with 18 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue