I installed some theme that has a header logo defined in the header.phtmlfollowing way:
<img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" />
I really do not want to change this template, also this .phtml file says that it did not edit it. How can I cancel this more efficiently getLogoSrc?
Pablo source
share