Well, I've got it working to an extent now.
Code looks like this now...
Logo is showing on the catalog pages and does indeed link back to the home page. Yay!
But, the logo is only showing on the catalog pages, and not on the home page?
Code looks like this now...
Code:
<a href="<actinic:variable name="HomePageURL" />"> <img src="<actinic:variable name="BrochureLogo" />" width="<actinic:variable name="BrochureLogoWidth" />" height="<actinic:variable name="BrochureLogoHeight" />" alt="<actinic:variable name="StoreName" />" class="logoimage" border="0"> </a>
But, the logo is only showing on the catalog pages, and not on the home page?
Comment