How insert code PHP in foot - please help! - Page 2 How insert code PHP in foot - please help! - Page 2
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

How insert code PHP in foot - please help!

Started by Mike_PL, July 26, 2006, 10:13:39 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Sami

my point was to header not footer!
your footer.php should be contain only php code:

<?php

ini_set
("include_path",ini_get("include_path").":../:../../:../../../:../../../../"); 
include_once 
"linkuj_inc.php";
echo 
implode(" ",$linki); 
?>


‍I don't answer to PM with support question
Please post your issue to related board

Mike_PL

I don't understand. How edit theme.php?

my theme.php in Attach:

Joachim Müller

Quote from: Mike_PL on July 27, 2006, 04:07:02 PM
but further dont works..
This is not very surprising, as it contains lots of errors. There mustn't be any HTML tags in it like <head> or <body>, because this can't exist twice in a page and already is being defined elsewhere. You have a lot of reading up to do. This thread is leading nowhere. If all the included script is suppossed to do is have some links from a link exchange program displayed, then add them in manually. You'll need to learn the basics (i.e. HTML) before doing more advanced stuff like using PHP includes.

Mike_PL

So, you will not help even as I will add in attach theme.php and footer.php?

:'( :'( :'( :'(

Joachim Müller

It's not that I don't want to, but imo you're beyond help.