/[corp_html]/new.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /new.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by dpavlin, Wed Feb 28 14:16:33 2001 UTC revision 1.12 by dpavlin, Mon Mar 19 16:53:48 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";
# Line 109  if (file_exists(find_html_file("news",$m Line 111  if (file_exists(find_html_file("news",$m
111                          $title.=" : Community : ".$data[0][title_lc];                          $title.=" : Community : ".$data[0][title_lc];
112                  } elseif ($data[0][type] == "r") {                  } elseif ($data[0][type] == "r") {
113                          $title.=" : Result : ".$data[0][title_lc];                          $title.=" : Result : ".$data[0][title_lc];
114                    } elseif ($data[0][type] == "i") {
115                            $title.=" : Investors News : ".$data[0][title_lc];
116                    } elseif ($data[0][type] == "a") {
117                            $title.=" : Annual Report : ".$data[0][title_lc];
118                  }                  }
119          }          }
120    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.26