\n");
echo(" \n");
$authorline = make_author_line( $row, 1, 1);
echo(" ");
echo($authorline);
// Doesn't exist. What did it do?
// displayitemdates(0, 0, $row);
echo(" \n");
include("associationsinc.php");
echo(" \n");
include("otherinfo.php");
echo(" \n");
include("seealsoinc.php");
}
elseif (!empty($itemid)) {
echo(" Item '{$itemid}' not found! URL '".$itemurl."' not found! No URL or ItemID provided! Group ID '".$linkitemid."'\n");
}
include("../footer.php");
?>