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

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

revision 1.1.1.1 by dpavlin, Mon Feb 19 16:22:20 2001 UTC revision 1.3 by dpavlin, Mon Oct 1 14:05:16 2001 UTC
# Line 12  if (isset($from)) { Line 12  if (isset($from)) {
12          $section="index";          $section="index";
13  }  }
14    
15  if ($section == "about") {  include("section.inc");
         $title="ABOUT US";  
         $lpic="about"; $lext=".gif";  
         $mpic="about.gif";  
 } else {  
         $title="HOME";  
         $lpic="obitelj"; $lext=".jpg";  
         $tmp = time() % 3;  
         $mpic="welcome_".($tmp+1).".gif";  
 }  
16  $back_url="index.php";  $back_url="index.php";
17    
18    

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

  ViewVC Help
Powered by ViewVC 1.1.26