Skip to content

Commit a268ecf

Browse files
author
Bohdan Korablov
committed
MAGETWO-43795: Title Prefix also appears on actual page (heading)
1 parent 4689f3c commit a268ecf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/Theme/Block/Html/Title.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ public function getPageTitle()
3737
return $this->pageConfig->getTitle()->getShort();
3838
}
3939

40+
/**
41+
* Provide own page content heading
42+
*
43+
* @return string
44+
*/
4045
public function getPageHeading()
4146
{
4247
if (!empty($this->pageTitle)) {

0 commit comments

Comments
 (0)