From 334f6c289ccf36cfbe263c1db9aa86502a8ae5a0 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Mon, 25 Oct 2021 00:20:41 +0200 Subject: [PATCH] fix page title --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 0e9497a..008bcfb 100644 --- a/index.php +++ b/index.php @@ -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'])) {