footer.txt wont print

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
Kated
Posts: 13
Joined: Sat Jul 07, 2018 4:29 pm

footer.txt wont print

Post 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
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: footer.txt wont print

Post 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
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Kated
Posts: 13
Joined: Sat Jul 07, 2018 4:29 pm

Re: footer.txt wont print

Post by Kated »

Hi

not that I can recall. I will check :)

thank you

regards Kate
Kated
Posts: 13
Joined: Sat Jul 07, 2018 4:29 pm

Re: footer.txt wont print

Post 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
Post Reply