//Убираем текст на главной в коротких новостях
$conf['allow_short_story']='yes';
$conf['allow_images_catindex']='yes';
$conf['allow_short_story']='yes';
$conf['allow_images_catindex']='yes';
$conf['img_blank']='yes';
$conf['img_blank']='no';
$conf['img_click_allow']='no';
$conf[img_catindex_align]='center';
$conf[img_catindex_wigth]='178';
$conf[img_catindex_hieght]='208';
$conf["index_top_symbol"]="300";
if ($conf['allow_images_catindex'] == "yes"){
$img = get_img_basic($row['short_story']);
if ($img =="")
$images ="";
if ($conf['img_blank'] == "yes"){
$images_show = "<a href=\"$img\" target=\"_top\">";
$images_show_a = "</a>";
}else{
$images_show = "<a href=\"$img\" target=\"_blank\">";
$images_show_a = "</a>";
};
if ($conf['img_click_allow'] == "no"){
$images_show = "";
$images_show_a = "";
};
$images = $images_show."<img src=\"$img\" align=\"".$conf[img_catindex_align]."\" width=\"".$conf[img_catindex_wigth]."\" height=\"".$conf[img_catindex_hieght]."\">".$images_show_a;
$row['short_story'] = preg_replace( "#<img src=[\"'](\S+?)['\"].+?".">#is", "", $row['short_story'] );
$row['short_story'] = preg_replace( "#<!--ThumbBegin-->(.+?)<!--ThumbEnd-->#ie", "", $row['short_story']);
$row['short_story'] = preg_replace( "#<!--ThumbBegin-->(.+?)<!--ThumbEnd-->#ie", "", $row['short_story']);
$row['short_story'] = preg_replace( "#<img src=[\"'](\S+?)['\"] align=['\"](.+?)['\"].+?".">#is", "", $row['short_story'] );
}else{
$row['short_story'] = preg_replace( "#<img src=[\"'](\S+?)['\"].+?".">#is", "", $row['short_story'] );
$row['short_story'] = preg_replace( "#<!--ThumbBegin-->(.+?)<!--ThumbEnd-->#ie", "", $row['short_story']);
$row['short_story'] = preg_replace( "#<img src=[\"'](\S+?)['\"] align=['\"](.+?)['\"].+?".">#is", "", $row['short_story'] );
};
if ($conf['allow_short_story']=="yes"){
if ($conf['allow_alt_url'] == "yes")
if (strlen($row['short_story']) > 50)
$short_story = substr ($row['short_story'],0, $conf["index_top_symbol"])."...$links";
else
$short_story = stripslashes($row['short_story']);
$tpl->set('{short-story_notxt}', $images.stripslashes("<div id='news-id-".$row['id']."'>".$short_story."</div>"));
}}