PDA

View Full Version : блоки с форума всё равно не убираются


dj_spaceman
28.05.2006, 22:16
Сделак как здесь было написано, но левые блоки с форума всё равно не убрались

вот что у меня получилось



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;

}



Помогите кто нибудь.
:cry:

Soniks
30.05.2006, 23:01
советую прочитать еще раз и повнимательнее, не в той функции вставили код

dj_spaceman
24.06.2006, 10:39
Всё нормуль. разобрался, точно не там.
Спасибо.
:lol: