/* valid requests are ID, CATEGORY, YEAR & MONTH or SEARCH
ID returns exactly one result, and can be accompanied by PREVIEW. This can also show hidden articles.
CATEGORY, YEAR & MONTH or SEARCH can be accompanied by PAGE to displayed paginated content
The default request is all stories, starting from the most recent in descending date order */
$page_title_base = ""; };
// if ($row['otd']) { echo ""; };
unset($row);
unset($query);
$page_title = $page_title . "";
echo $page_title;
} else {
echo "
There's a problem...
";
echo "
I couldn't find anything to show you here. Perhaps you should start at the beginning?
";
//echo "$query";
}
/* pagination stuff */
if ($last>1) {
echo "";
}
/* end of pagination stuff */
/* extra comment */
?>