File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed
app/code/Magento/Customer Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -86,17 +86,6 @@ public function getConfig($path)
86
86
return $ this ->_scopeConfig ->getValue ($ path , \Magento \Store \Model \ScopeInterface::SCOPE_STORE );
87
87
}
88
88
89
- /**
90
- * Prepare layout
91
- *
92
- * @return $this
93
- */
94
- protected function _prepareLayout ()
95
- {
96
- $ this ->pageConfig ->getTitle ()->set (__ ('Create New Customer Account ' ));
97
- return parent ::_prepareLayout ();
98
- }
99
-
100
89
/**
101
90
* Retrieve form posting url
102
91
*
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" layout =" 1column" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
9
+ <head >
10
+ <title >Create New Customer Account</title >
11
+ </head >
9
12
<body >
10
13
<referenceBlock name =" head.components" >
11
14
<block class =" Magento\Framework\View\Element\Js\Components" name =" customer_account_create_head_components" template =" Magento_Customer::js/components.phtml" />
You can’t perform that action at this time.
0 commit comments