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
footer.txt wont print
Re: footer.txt wont print
Did you remove the include code from file templates/default/overall_footer.php?
There should be just after
You can, of course, also edit the overall_footer.php directly and omit adding anything into footer.txt
There should be
Code: Select all
<?php
include_once 'footer.txt';
?>
Code: Select all
<!--NOSPAM BANNER END -->
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: footer.txt wont print
Hi
not that I can recall. I will check
thank you
regards Kate
not that I can recall. I will check

thank you
regards Kate
Re: footer.txt wont print
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
<?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