function insert_news_get_num($conf) {$news = func_news_get($conf['lngcode']); return $news ? array_slice($news, 0, 3) : false;}