--- inc/common.inc 2002/04/29 13:01:49 1.19 +++ inc/common.inc 2002/04/30 13:26:33 1.20 @@ -74,4 +74,10 @@ include("banner.inc"); +// newsletter + +if ($from == "investor" || $form == "new" || $section == "investor" || $section=="new" ) { + include("inc/newsletter.php"); +} + ?>