вопрос
Всем привет ребят подскажите куда вставить код чтоб отображал картинки в topnews
Вставляю в topnews тег {img-thumb} не фига не хочет
//** **//
if (stripos ( $tpl->copy_template, "{img-thumb}" ) !== false) {
preg_match('#image\|([^\|]*)#i', $row['xfields'],$find);
preg_match_all( "#<!--TBegin:(.+?)\|#is", html_entity_decode($find[1]), $tlinks );
$thumb_url = '';
foreach ($tlinks[1] as $url) {
$info = pathinfo($url);
$thumb_url .= $info['dirname'].'/thumbs/'.$info['basename'];
}
$tpl->set( '{img-thumb}', $thumb_url );
}
//** **//
Вставляю в topnews тег {img-thumb} не фига не хочет