if(($_GET['id']=="" AND $_GET['pag']=='') OR $_GET['pag']>0)
{
//$f = $_GET['f']==1 ? "1":"0";
$query = "SELECT * FROM $tab_news ORDER BY ranking ASC"; //WHERE focus = ".$f."
$res = paging($query, 5, 10);
if (!$res)
{
$newss = "
Nessun record presente
";
}
else
{
while ($row = mysql_fetch_array($res[0]))
{
$img = get_files($row['id_gruppodl'],"immagine");
if($img!=false)
{
$img_so = "
";
} else $img_so = '';
$newss .= "
$img_so
".taglia_testo($row['lunga'], 150, 1)."
";
}
}
echo $newss;
}
else
{
$newss = "";
$news_s = trova("id", $_GET['id'], "*", $tab_news);
//SOSTITUISCE apici e virgolette
$lunga = str_replace("'", "'", $news_s['lunga']);
$lunga = str_replace('"', '"', $news_s['lunga']);
$img = get_files($news_s['id_gruppodl'],"immagine");
$data = strtotime($news_s['data_ins']);
$data = strftime("%d %B %Y",$data);
$lunga = str_replace("
","
",($lunga));
//$categoria = $par_tiponews[$news_s['tipo']];
//$news_s = trova("id", $_GET['id'], "*", $tab_news);
$img = get_files($news_s['id_gruppodl'],"immagine");
if($img!=false) {
$img_ss = '
';
}
else $img_ss = '';
echo $newss = '
'.$news_s[titolo].'
'.$img_ss.'
'.$lunga.'
';
echo thumbs_gallery($news_s['id_gruppodl'],2);
$file = doc_list($news_s['id_gruppodl']);
echo $display_file = $file==""?"":"
Downloads
".$file;
$video = video_list($news_s['id_gruppodl']);
echo $display_video = $video==""?"":"
Video
".$video;
echo '
'.$TXT_INDIETRO.'';
//$f = $news_s['focus']==1 ? "1":"0";
}
?>
if ($res[3]>1) { echo "
".$res[1]. "
"; } ?>