story (47)
$obj->nid));
$items[] = l($node->title, "node/". $node->nid);
}
echo theme('item_list', $items);
echo "Click here to see Contributor Articles prior to July 17, 2006";
return;
//return theme('item_list', $items);
?>
Published in
story
Tagged under
Published in
story
Tagged under
$obj->nid));
$items[] = l($node->title, "node/". $node->nid);
}
echo theme('item_list', $items);
echo "Click here to see Alerts prior to July 17, 2006";
return;
?>
$obj->nid));
$items[] = l($node->title, "node/". $node->nid);
}
//added code to old archives (Gonzo)
echo theme('item_list', $items);
echo "Click here to see News Analysis prior to July 17, 2006";
return;
//return theme('item_list', $items);
?>
$obj->nid));
$items[] = l($node->title, "node/". $node->nid);
}
return theme('item_list', $items);
?>

