|
30.03.2006, 15:10
Было тоже самое..
Выкрутился вот так..
PHP код:
function themefooter() {
global $bgcolor2, $index, $foot1, $foot2, $foot3, $foot4, $copyright, $totaltime, $footer_message, $sitename;
if ($index == 1) { <---- Удалил эту строку
$tmpl_file = "themes/cscef_b2_1/center_right.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
blocks(right);
} <------ и эту
|
|