We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2ce01 commit 9baab0cCopy full SHA for 9baab0c
app/code/core/Mage/Page/Block/Html/Header.php
@@ -86,7 +86,7 @@ public function getLogoAlt()
86
return $this->_data['logo_alt'];
87
}
88
89
- public function getLogoWitdh(): string
+ public function getLogoWidth(): string
90
{
91
if (empty($this->_data['logo_width'])) {
92
$this->_data['logo_width'] = $this->escapeHtmlAsObject((string) Mage::getStoreConfig('design/header/logo_width'));
0 commit comments