Показать сообщение отдельно
Erixon вне форума      Старый #7  
Erixon
Участник
Регистрация: 04.01.2006
Сообщения: 60


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

Посмотреть профиль Отправить персональное сообщение для Erixon Найти все сообщения от Erixon Добавить Erixon в список друзей  
15.01.2007, 03:19

Буду благодарен если поможете разабратся, как сделать тут, а то что-то я не могу понять

PHP код:
 function themefooter() {
    global 
$index$foot1$foot2$foot3$foot4;
    if (
$index == 1) {
    
$tmpl_file "themes/3D-Fantasy/center_right.html";
    
$thefile implode(""file($tmpl_file));
    
$thefile addslashes($thefile);
    
$thefile "\$r_file=\"".$thefile."\";";
    eval(
$thefile);
    print 
$r_file;
    
blocks(right);
    }
    
$footer_message "$foot1<br>$foot2<br>$foot3<br>$foot4";
    
$tmpl_file "themes/3D-Fantasy/footer.html";
    
$thefile implode(""file($tmpl_file));
    
$thefile addslashes($thefile);
    
$thefile "\$r_file=\"".$thefile."\";";
    eval(
$thefile);
    print 
$r_file;