Цитата Сообщение от k0t Посмотреть сообщение
В index.php ищем строку:
PHP код:
$tpl->set('{THEME}'$config['http_home_url'].'templates/'.$config['skin']); 
После нее пишем:
PHP код:
//*****************************linkfeed****************************\\
    
define('LINKFEED_USER''ВАШ_КОД');
   require_once(
$_SERVER['DOCUMENT_ROOT'].'/'.LINKFEED_USER.'/linkfeed.php');
   
$linkfeed = new LinkfeedClient();
   
$tpl->set('{linkfeed_links}'$linkfeed->return_links());
//*****************************linkfeed****************************\\ 
В main.tpl в нужном месте вставляем:
PHP код:
{linkfeed_links
А как тоже самое сделать в DLE 3.7? Такое у меня не получается, пишет:
Warning: main(/h/vetinpharmcom/htdocs/мой_код/linkfeed.php): failed to open stream: No such file or directory in /h/vetinpharmcom/htdocs.turizm.vetinpharm.com/index.php on line 66 Fatal error: main(): Failed opening required '/h/vetinpharmcom/htdocs/мой_код/linkfeed.php' (include_path='.:/usr/share/php:/usr/share/pear') in /h/vetinpharmcom/htdocs.turizm.vetinpharm.com/index.php on line 66