22.10.2007, 12:31
Кстати в файле theme.php я редактировал только function themefooter()
И запрашиваемые файлы существуют, просто деритория указана не верно,
ВОТ ПРИМЕР:
file(themes//blocks.html) [function.file]: failed to open stream: No such file or directory in /home/users/s/starrus/domains/starrus.jino.ru/themes/designer_theme/theme.php on line 255
А вот функция
252 function themesidebox($title, $content) {
253 global $ThemeSel;
254 $tmpl_file = "themes/$ThemeSel/blocks.html";
255 $thefile = implode("", file($tmpl_file));
256 $thefile = addslashes($thefile);
257 $thefile = "\$r_file=\"".$thefile."\";";
258 eval($thefile);
259 print $r_file;
}
Подскажите плиз. Где тут ошибка?
|