News Articles List '; if (!$wide) { $limit = 12; $query = "SELECT id, title FROM $table ORDER BY `posted` DESC LIMIT $limit"; $sidebar .= "

News Articles


$link\n"; } else { unset($sdebar); } $sub_dir = "news"; $title = striphtmlentities($article_title) . " :: $section"; include("/var/www/html/includes/top_wide.inc"); if ($sidebar) { echo <<$article_title

$postdate

$text
eoHTML; } else { echo <<$article_title

$postdate

$text
$link
eoHTML; } mysql_close($connection2); include("/var/www/html/includes/bottom_wide.inc"); ?>