Get SchNEWS in yer inbox every week
"Definitely one of the best party and protest sites to come out of the UK. Updated weekly, brilliantly written, bleakly humourous, and essential reading for anyone who gives a shit. And we all should." - Radiohead
Other Reviews ?>
?>
".stripslashes($keyword['keyword']).'';
}
$keywords = implode(', ', $keywords);
// Prepare our data
$date = makeHumanDate($feature['date'], 'words');
if ($feature['author'] != 0) {
$author = stripslashes($authors[$feature['author']]);
}
if (isset($author) && trim($author) == '') unset($author);
$title = strtoupper(stripslashes($feature['title']));
$title = str_replace('SCHNEWS', 'SchNEWS', $title);
$subtitle = stripslashes($feature['subtitle']);
$blurb = stripslashes($feature['blurb']);
$body = scanForCustomTags(scanForLinks(stripslashes($feature['body'])));
$img_small = stripslashes($feature['graphic_small']);
$img_large = stripslashes($feature['graphic_large']);
// Begin our output
$output = array();
if (isset($author)) $authorPhrase = " - Author: $author";
else $authorPhrase = '';
$output[] = "
";
$output[] = "
"; ?>
";
$output[] = " ";
$output[] = "Back to Feature List";
$output[] = " ";
$output[] = " | ";
// Print Friendly Link
$output[] = " ";
$output[] = "Print Friendly Version";
$output[] = " ";
$output[] = "".$date.$authorPhrase.' ';
$output[] = " |
";
$output[] = $title;
$output[] = '
';
if ($subtitle != '') {
$output[] = "";
$output[] = $subtitle;
$output[] = '
';
}
$output[] = "";
$output[] = $blurb;
$output[] = '
';
$output[] = "';
$output[] = "";
$output[] = "Keywords : ".$keywords;
$output[] = '
';
echo implode("\r\n", $output);
mysql_close($conn);
echo ""; ?>
SchNEWS - the free weekly direct action newsheet produced in Brighton, UK, since 1994 covering environmental and
social issues, direct action protests and campaigns, both UK and abroad.
See details of this week's issue below...
See details of this week's issue below...
OTHER RECENT FEATURE ARTICLES
$id ORDER BY date DESC LIMIT 0, ".NUM_RIGHT_BAR_FEATURES; $rs = mysqlQuery($sql, $conn); $features = array(); // Cycle through the articles while ($feature = mysqlGetRow($rs)) { // Prepare Data $this_id = $feature['id']; if ($id == $this_id) continue; $title = stripslashes($feature['title']); $blurb = stripslashes($feature['blurb']); $date = makeHumanDate($feature['date'], 'words'); $new = is_date_x_days_old($feature['date'], DAYS_FEATURE_IS_NEW); $output = array(); if ($new) { $output[] = "
";
$output[] = "
';
}
$features[] = implode("\r\n", $output);
}
echo implode("NEW
";
}
$output[] = "";
$output[] = "$title";
$output[] = "
";
$output[] = "";
$output[] = "$blurb";
$output[] = "
";
$output[] = "";
$output[] = $date;
$output[] = "
";
if ($new) {
$output[] = '", $features); mysql_close($conn); ?>