/[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.7 by dpavlin, Fri Feb 23 16:36:56 2001 UTC revision 1.8 by dpavlin, Wed Feb 28 09:48:31 2001 UTC
# Line 18  if ($section == "investor") { Line 18  if ($section == "investor") {
18          $lpic="investor"; $lext=".jpg";          $lpic="investor"; $lext=".jpg";
19          $mpic="investors.gif";          $mpic="investors.gif";
20          $back_url="investor.php";          $back_url="investor.php";
21    } elseif ($section == "about") {
22            $title="ABOUT US";
23            $lpic="about"; $lext=".gif";
24            $mpic="about.gif";
25  } else {  } else {
26          $title="What's New";          $title="What's New";
27          $lpic="new"; $lext=".jpg";          $lpic="new"; $lext=".jpg";
# Line 54  if (file_exists(find_html_file("news",$m Line 58  if (file_exists(find_html_file("news",$m
58                  } elseif ($type == "e") {                  } elseif ($type == "e") {
59                          $sql_where .= " and type='e'";                          $sql_where .= " and type='e'";
60                          $title.=" : Events";                          $title.=" : Events";
61                    } elseif ($type == "c") {
62                            $sql_where .= " and type='c'";
63                            $title.=" : Community";
64                  }                  }
65          }          }
66    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.26