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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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 1 Guest 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.