fix page title

master
Jean-Christian Paul Denis 2021-10-25 00:18:18 +02:00
parent 1de9057a4c
commit bd4cf28109
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
2 changed files with 2 additions and 2 deletions

View File

@ -230,7 +230,7 @@ dcPage::jsPageTabs() .
echo
dcPage::breadcrumb([
html::escapeHTML($core->blog->name) => '',
__('Plugins') => '',
__('Periodical') => $p_url . '&part=periods',
(null === $period_id ? __('New period') : __('Edit period')) => ''
]) .

View File

@ -96,7 +96,7 @@ $p_filter->js($core->adminurl->get('admin.plugin.periodical', ['part' => 'period
'<body>' .
dcPage::breadcrumb([
html::escapeHTML($core->blog->name) => '',
__('Plugins') => '',
__('Periodical') => ''
]) .
dcPage::notices() .