Сделак как здесь было написано, но левые блоки с форума всё равно не убрались
вот что у меня получилось
function themefooter() {
global $index, $foot1, $foot2, $foot3, $foot4, $module_name;
// if ($index == 1) {
define('INDEX_FILE', true); {
$tmpl_file = "themes/fisubsilver/center_right.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
// blocks(right);
global $module_name;
if($module_name !="Forums"){
blocks(left);
}
}
$footer_message = "$foot1<br>$foot2<br>$foot3<br>$foot4";
$tmpl_file = "themes/fisubsilver/footer.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
}
Помогите кто нибудь.