Показать сообщение отдельно
dj_spaceman вне форума      Старый блоки с форума всё равно не убираются #1  
Аватара для dj_spaceman
dj_spaceman
Новенький
Регистрация: 28.05.2006
Сообщения: 10


Пожаловаться на это сообщениеОтветить с цитированием

Посмотреть профиль Отправить персональное сообщение для dj_spaceman Найти все сообщения от dj_spaceman Добавить 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;

}



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