--- new.php 2001/04/09 13:30:14 1.15 +++ new.php 2001/09/18 10:26:46 1.17 @@ -13,7 +13,7 @@ $section="new"; } -$sql_where="where visible is true"; +$sql_where="where $visible_is_true"; if ($section == "investor") { $title="INVESTOR'S PAGE"; @@ -122,6 +122,8 @@ $title.=" : Investors News : ".$data[0][title_lc]; } elseif ($data[0][type] == "a") { $title.=" : Annual Report : ".$data[0][title_lc]; + } elseif ($data[0][type] == "p") { + $title.=" : Presentations : ".$data[0][title_lc]; } }