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

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

revision 1.8 by dpavlin, Mon Mar 12 18:29:04 2001 UTC revision 1.10 by dpavlin, Tue Oct 2 09:59:03 2001 UTC
# Line 31  if ($sub_part == "MIXIS") { Line 31  if ($sub_part == "MIXIS") {
31                  );                  );
32  }  }
33    
34  $section=str_replace(".php","",basename($PHP_SELF));  include("section.inc");
 $smarty->assign("section",$section);  
35    
 $title="R&D";  
 if ($menu_item) $title.=" : $menu_item";  
 $lpic="rnd"; $lext=".gif";  
 $tmp = time() % 2;  
 $mpic="rnd_u".($tmp+1).".gif";  
36  $main_file="./html/";  $main_file="./html/";
37  if (file_exists($main_file.$part.".htm")) {  if (file_exists($main_file.$part.".htm")) {
38          $main_file.=$part.".htm";          $main_file.=$part.".htm";

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

  ViewVC Help
Powered by ViewVC 1.1.26