|
include 'incs/short_news.htm';
?>
|
|
include 'incs/short_link.htm';
?> |
|
|
if($ndata['top_link']=='')
{
echo " ";
}
else
{
?>
'>
}
?> |
|
|
|
|
|
|
|
|
for($i=0; $i<$ndata['count']; $i++)
{
?>
=$ndata[$i]['title']?>
=$ndata[$i]['date']?>
|
if(file_exists('images/news/'.$ndata[$i]['id'].'.jpg'))
{
?>
.jpg' style='width:100; height:100; margin-left:20px; cursor:pointer' onClick=" popup_image("images/news/".$ndata[$i]['id']."_b.jpg");?>">
|
}
?>
if(isset($_GET['more']) && $_GET['more']==$ndata[$i]['id'])
{
echo $ndata[$i]['text2'];
}
else
{
echo $ndata[$i]['text'];
echo " more>>";
}
?> |
|
}
if($ndata['count']<1 && isset($_GET['act']) && $_GET['act']=='search' )
{
?>
DEAR VISITOR OF WEBSITE OF VERNON TRAVEL !
The corresponding news of your search cannot be found.
For searching another news date select it in search engine again.
|
}
//if($ndata['count']>0)
//{
?>
|
|
|
//}
?>
|