--- new.php 2001/02/23 16:36:56 1.7 +++ new.php 2001/02/28 09:48:31 1.8 @@ -18,6 +18,10 @@ $lpic="investor"; $lext=".jpg"; $mpic="investors.gif"; $back_url="investor.php"; +} elseif ($section == "about") { + $title="ABOUT US"; + $lpic="about"; $lext=".gif"; + $mpic="about.gif"; } else { $title="What's New"; $lpic="new"; $lext=".jpg"; @@ -54,6 +58,9 @@ } elseif ($type == "e") { $sql_where .= " and type='e'"; $title.=" : Events"; + } elseif ($type == "c") { + $sql_where .= " and type='c'"; + $title.=" : Community"; } }