hagopk Posted May 7, 2007 Share Posted May 7, 2007 I would like to insert html code (a table with ssl seal image) on the login page and other checkout pages. I tried using <?php include("filename.html"); ?> , but it inserts the contents on top above the header. I want to insert the code in the footer. How do I do that? Link to comment Share on other sites More sharing options...
psynaptic Posted May 7, 2007 Share Posted May 7, 2007 You have 2 choices. 1. Edit includes/footer.php. 2. Edit languages/english.php. I suggest looking into both files to see how the footer text is being called from the english.php file. It's really simple and I'm sure when you see the code you will figure it out. My Profile | Contribs I like most: 'On The Fly' Auto Thumbnailer, Active Countries, Header Tags Controller, Ultimate SEO URLs, UK Based osC, UK Postcode Validation, Open Featured Sets, UK Postcode Based Carrier Shipping Link to comment Share on other sites More sharing options...
Jack_mcs Posted May 7, 2007 Share Posted May 7, 2007 I would like to insert html code (a table with ssl seal image) on the login page and other checkout pages. I tried using <?php include("filename.html"); ?> , but it inserts the contents on top above the header. I want to insert the code in the footer. How do I do that? You need to enclode it in a table row so the html knows where to place it.<tr><td><?php include("filename.html"); ?></td></tr> That may not be enough to format it correctly for you but that would vary with your code so you just have to play with it. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.