Page 1 of 1

footer.txt wont print

Posted: Mon Jul 09, 2018 3:57 pm
by Kated
Hi again

I added in html code to the footer with copyright texts and links, like button and share buttons, saved the file and it isn't printing the text. I don't know why. What am I doing wrong please. All it does is close the tables and doesn't show the footer content.

http://www.adriftindreams.com/guestbook/gbook.php

many thanks
Kated

Re: footer.txt wont print

Posted: Mon Jul 09, 2018 6:14 pm
by Klemen
Did you remove the include code from file templates/default/overall_footer.php?

There should be

Code: Select all

<?php
include_once 'footer.txt';
?>
just after

Code: Select all

<!--NOSPAM BANNER END -->
You can, of course, also edit the overall_footer.php directly and omit adding anything into footer.txt

Re: footer.txt wont print

Posted: Mon Jul 09, 2018 6:44 pm
by Kated
Hi

not that I can recall. I will check :)

thank you

regards Kate

Re: footer.txt wont print

Posted: Mon Jul 09, 2018 6:47 pm
by Kated
Hi

<?php
include_once 'footer.txt';
?>

was missing from the overall footer. sorry

i don't recall removing it but i added it in now it is all there so thank u :)

regards Kate