
Originally Posted by
angiexx1
Ok I figured it out here is what I did incase anyone else wants to know
In my
public_html/includes/templates/ashley_pink/common/tpl_footer_menu.php on the line directly above the twitter link I put
<img src="http://www.littlehandmadesoapshop.co.uk/images/CreditCardsAccepted_Logos.jpg" alt="Paypal" style="width:98px;height:56px">
That has worked for me
Could alsomake the following revisions to implement a little "better" keeping formatting consistent with ZC functionality.
Code:
echo zen_image('/images/CreditCardsAccepted_Logos.jpg','Paypal', '98','56');
This also should prevent issues of mixed content (https/http) on the page. This is also assuming that the image being loaded is on the site that has the code.