fixes #626 related albums (menu, combine, url)

* ability to combine albums in URL index.php?/category/1/2/3 will consider 1 as $page['category'] and {2,3} as $page['combined_categories']

* new menu block "related albums" which displays only the hierarchy of albums related to the current set of photos, excluding current album(s). In the hierarchy, only the related albums have a link, not ancestors
This commit is contained in:
plegall
2020-11-09 13:00:01 +01:00
parent 35f0450699
commit 4f3880af89
9 changed files with 388 additions and 6 deletions
+2 -1
View File
@@ -412,4 +412,5 @@ $lang['Album name, Z → A'] = 'Nom de l\'album, Z → A';
$lang['Link: %s'] = 'Lien: %s';
$lang['Your authentication key is no longer valid.'] = 'Votre clef d\'identification n\'est plus valide.';
$lang['Invalid username or password!'] = 'Nom d\'utilisateur ou mot de passe invalide !';
$lang['generate random password'] = 'générer un mot de passe aléatoire';
$lang['generate random password'] = 'générer un mot de passe aléatoire';
$lang['Related albums'] = 'Albums liés';