fix page title

This commit is contained in:
Jean-Christian Paul Denis 2021-10-25 00:20:41 +02:00
parent f8989168fe
commit 334f6c289c
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951

View File

@ -34,7 +34,7 @@ $part = $_REQUEST['part'] ?? 'links';
$entries = $_POST['entries'] ?? [];
$headers = '';
$breadcrumb = [
html::escapeHTML($core->blog->name) => '',
__('Plugins') => '',
__('My cinecturlink') => $core->adminurl->get('admin.plugin.cinecturlink2', ['part' => 'links'])
];
if (!in_array($part, ['links', 'link', 'cats', 'cat', 'dellinks', 'updlinksnote', 'updlinkscat'])) {