Hi
I have this error on my test site:
Fatal error: Call to undefined method AHtml::getHomeURL() in /home/mysite/public_html/test/storefront/controller/common/footer.php on line 33
I checked the code at line 33 in the relevant footer.php and this is the code. It looks ok to me.
$this->data['home'] = $this->html->getHomeURL();
Any ideas?
Thanks