fix page title
This commit is contained in:
parent
2ef66a7067
commit
06bc5d9ffc
10
index.php
10
index.php
@ -290,9 +290,8 @@ if (isset($_REQUEST['part']) && $_REQUEST['part'] == 'feed') {
|
|||||||
'</head><body>' .
|
'</head><body>' .
|
||||||
|
|
||||||
dcPage::breadcrumb([
|
dcPage::breadcrumb([
|
||||||
html::escapeHTML($core->blog->name) => '',
|
__('Plugins') => '',
|
||||||
__('Feeds server') => '',
|
__('Feeds server') => $p_url,
|
||||||
__('Feeds') => $p_url,
|
|
||||||
($feed_id ? __('Edit feed') : __('New feed')) => ''
|
($feed_id ? __('Edit feed') : __('New feed')) => ''
|
||||||
]).
|
]).
|
||||||
dcPage::notices() .
|
dcPage::notices() .
|
||||||
@ -499,9 +498,8 @@ if (isset($_REQUEST['part']) && $_REQUEST['part'] == 'feed') {
|
|||||||
'</head><body>' .
|
'</head><body>' .
|
||||||
|
|
||||||
dcPage::breadcrumb([
|
dcPage::breadcrumb([
|
||||||
html::escapeHTML($core->blog->name) => '',
|
__('Plugins') => '',
|
||||||
__('Feeds server') => '',
|
__('Feeds server') => ''
|
||||||
__('Feeds') => ''
|
|
||||||
]).
|
]).
|
||||||
dcPage::notices() .
|
dcPage::notices() .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user