News Articles List ';
if (!$wide) {
$limit = 12;
$query = "SELECT id, title FROM $table ORDER BY `posted` DESC LIMIT $limit";
$sidebar .= "
News Articles
\n";
$result = @mysql_db_query($db, $query, $connection2);
while(list($id, $headline) = mysql_fetch_row($result)) {
$sidebar .= "- $headline
\n";
}
$sidebar .= "
$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
eoHTML;
} else {
echo <<$article_title$postdate
$text
$link
eoHTML;
}
mysql_close($connection2);
include("/var/www/html/includes/bottom_wide.inc");
?>