Parent Directory
|
Revision Log
|
Patch
revision 1.9 by dpavlin, Wed Feb 28 14:16:33 2001 UTC | revision 1.10 by dpavlin, Mon Mar 5 12:34:12 2001 UTC | |
---|---|---|
# | Line 20 if ($section == "investor") { | Line 20 if ($section == "investor") { |
20 | $lpic="investor"; $lext=".jpg"; | $lpic="investor"; $lext=".jpg"; |
21 | $mpic="investors.gif"; | $mpic="investors.gif"; |
22 | $back_url="investor.php"; | $back_url="investor.php"; |
23 | $sql_where .= " and type='i'"; | if (! isset($type)) { |
24 | $sql_where .= " and type='i'"; | |
25 | } | |
26 | $title.=" : Investors News"; | $title.=" : Investors News"; |
27 | } elseif ($section == "about") { | } elseif ($section == "about") { |
28 | $title="ABOUT US"; | $title="ABOUT US"; |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |