/[corp_html]/about.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 /about.php

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

revision 1.2 by dpavlin, Wed Feb 28 14:12:56 2001 UTC revision 1.3 by dpavlin, Sat Mar 3 12:56:33 2001 UTC
# Line 10  $section=str_replace(".php","",basename( Line 10  $section=str_replace(".php","",basename(
10  $smarty->assign("section",$section);  $smarty->assign("section",$section);
11    
12  $title="ABOUT US";  $title="ABOUT US";
13    if ($menu_item) $title.=" : $menu_item";
14  $lpic="about"; $lext=".gif";  $lpic="about"; $lext=".gif";
15  $mpic="about.gif";  $mpic="about.gif";
16    
 $title.=" : About Us";  
   
17  $main_file="./html/AboutUs-";  $main_file="./html/AboutUs-";
18  if (file_exists($main_file.$part.".htm")) {  if (file_exists($main_file.$part.".htm")) {
19          $main_file.=$part.".htm";          $main_file.=$part.".htm";
# Line 32  if (file_exists($main_file.$part.".htm") Line 31  if (file_exists($main_file.$part.".htm")
31  } else {  } else {
32          $main_file.="Main.htm";          $main_file.="Main.htm";
33          $main=join('',file($main_file));          $main=join('',file($main_file));
34            $title.=" : Welcome";
35  }  }
36    
37    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26