/[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.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";

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

  ViewVC Help
Powered by ViewVC 1.1.26