Skip to content

Commit 9baab0c

Browse files
committed
New feature: added configurations for store logo width/height
1 parent 9c2ce01 commit 9baab0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/core/Mage/Page/Block/Html/Header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function getLogoAlt()
8686
return $this->_data['logo_alt'];
8787
}
8888

89-
public function getLogoWitdh(): string
89+
public function getLogoWidth(): string
9090
{
9191
if (empty($this->_data['logo_width'])) {
9292
$this->_data['logo_width'] = $this->escapeHtmlAsObject((string) Mage::getStoreConfig('design/header/logo_width'));

0 commit comments

Comments
 (0)