mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
related to #1679 More accurate title for album properties
This commit is contained in:
@@ -242,7 +242,7 @@ SELECT DISTINCT id,name,uppercats,global_rank
|
||||
display_select_cat_wrapper($query_true,array(),'category_option_true');
|
||||
display_select_cat_wrapper($query_false,array(),'category_option_false');
|
||||
$template->assign('PWG_TOKEN',get_pwg_token());
|
||||
$template->assign('ADMIN_PAGE_TITLE', l10n('Properties'));
|
||||
$template->assign('ADMIN_PAGE_TITLE', l10n('Properties of abums'));
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | sending html code |
|
||||
|
||||
Reference in New Issue
Block a user