--- new.php 2001/02/28 14:16:33 1.9 +++ new.php 2001/03/19 16:53:48 1.12 @@ -20,7 +20,9 @@ $lpic="investor"; $lext=".jpg"; $mpic="investors.gif"; $back_url="investor.php"; - $sql_where .= " and type='i'"; + if (! isset($type)) { + $sql_where .= " and type='i'"; + } $title.=" : Investors News"; } elseif ($section == "about") { $title="ABOUT US"; @@ -109,6 +111,10 @@ $title.=" : Community : ".$data[0][title_lc]; } elseif ($data[0][type] == "r") { $title.=" : Result : ".$data[0][title_lc]; + } elseif ($data[0][type] == "i") { + $title.=" : Investors News : ".$data[0][title_lc]; + } elseif ($data[0][type] == "a") { + $title.=" : Annual Report : ".$data[0][title_lc]; } }