Customize Magento template

ntsuabrlpln

New Member
I've installed some theme, which has header logo defined in \[code\]header.phtml\[/code\] like this:\[code\]<img src="http://stackoverflow.com/questions/3714154/<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" />\[/code\]I don't really want to alter this template, also in that .phtml file it says not to edit it. How can I override this \[code\]getLogoSrc\[/code\] most efficiently?
 
Back
Top