diff --git a/core/module/page/page.php b/core/module/page/page.php index fb09dfe3..32a6a84e 100644 --- a/core/module/page/page.php +++ b/core/module/page/page.php @@ -148,7 +148,7 @@ class page extends common { 'group' => self::GROUP_VISITOR, 'targetBlank' => false, 'title' => $pageTitle, - 'shortTitle' => '', + 'shortTitle' => $pageTitle, 'block' => '12', 'barLeft' => '', 'barRight' => '',