--- new.php 2001/04/09 13:30:14 1.15 +++ new.php 2001/06/18 07:46:33 1.16 @@ -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]; } }