Показать сообщение отдельно
Alie вне форума      Старый #4  
Alie
Участник+
Регистрация: 20.03.2006
Сообщения: 153


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

Посмотреть профиль Отправить персональное сообщение для Alie Найти все сообщения от Alie Добавить Alie в список друзей  
29.11.2006, 00:10

-------------------------------------------------------------------------------------
Найти:
Код:
function themefooter() { global $index, $foot1, $foot2, $foot3, $foot4; if ($index == 1) { $tmpl_file = "themes/HomeDecor/center_right.html"; $thefile = implode("", file($tmpl_file)); $thefile = addslashes($thefile); $thefile = "\$r_file=\"".$thefile."\";"; eval($thefile); print $r_file; blocks(right); }

-------------------------------------------------------------------------------------
Изменить на:
Код:
function themefooter() { global $index, $foot1, $foot2, $foot3, $foot4; if (defined('INDEX_FILE')) { $tmpl_file = "themes/HomeDecor/center_right.html"; $thefile = implode("", file($tmpl_file)); $thefile = addslashes($thefile); $thefile = "\$r_file=\"".$thefile."\";"; eval($thefile); print $r_file; blocks(right); }

-------------------------------------------------------------------------------------
Пробуйте... Напишите результат.
Ждём.