1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Closes #4783 Added Page Meta-Title field and synced with Page title.

Issue #6 global LAN_META_DESCRIPTION and LAN_META_TITLE added and replacements made throughout.
This commit is contained in:
Cameron
2022-06-08 18:29:37 -07:00
parent 782c51ff18
commit 52cf8f5bfa
13 changed files with 128 additions and 62 deletions

View File

@@ -745,8 +745,10 @@ class pageClass
e107::title($metaTitle);
e107::meta('twitter:title', $metaTitle);
if(!empty($this->page['page_metatitle']))
{
e107::title(eHelper::formatMetaTitle($this->page['page_metatitle']),true);
}
if(!empty($this->page['page_metakeys']))
{