mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-11 19:23:01 +02:00
cat_search: set the page title as h1 with template var
This commit is contained in:
@@ -53,6 +53,7 @@ foreach ($result as $cat)
|
||||
// +-----------------------------------------------------------------------+
|
||||
$template->set_filename('cat_search', 'cat_search.tpl');
|
||||
$template->assign('data_cat', $categories);
|
||||
$template->assign('ADMIN_PAGE_TITLE', l10n('Album search tool'));
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | sending html code |
|
||||
|
||||
Reference in New Issue
Block a user