| [print this page] | [close this page] |
Newsinclude( $_SERVER['DOCUMENT_ROOT'] . "/includes/parse_news.php" ); rsort( $list_news ); foreach( $list_news as $list_this ) { $this_news = explode( "[]", $list_this ); $this_dstamp = $this_news[0]; $this_ntitle = $this_news[1]; $this_source = $this_news[2]; $this_pdfdoc = $this_news[3]; ?> if( strlen( $this_pdfdoc ) > 36 ) { ?> =$this_pdfdoc?> } else { ?> -- no PDF -- } ?> =$this_source?> =$this_ntitle?>
}
?>
include_once($_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"); ?> | |