related to #1679 Regular title for edit album tabs

This commit is contained in:
Matthieu Leproux
2022-06-28 11:19:19 +02:00
parent 668ec6c81d
commit 340f2647ec
8 changed files with 24 additions and 26 deletions
+4
View File
@@ -55,6 +55,10 @@ $tabsheet->assign();
// | Load the tab |
// +-----------------------------------------------------------------------+
$template->assign(array(
'ADMIN_PAGE_TITLE' => l10n('Edit album'),
));
if ('properties' == $page['tab'])
{
include(PHPWG_ROOT_PATH.'admin/cat_modify.php');