/[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.5 by dpavlin, Fri Mar 2 09:43:21 2001 UTC revision 1.7 by dpavlin, Mon Mar 12 16:01:22 2001 UTC
# Line 28  if ($sub_part == "MIXIS") { Line 28  if ($sub_part == "MIXIS") {
28                  "rnd.php?part=Pipeline-1",                  "rnd.php?part=Pipeline-1",
29                  "rnd.php?part=Pipeline-2"                  "rnd.php?part=Pipeline-2"
30                  );                  );
31    } else {
32            $multi_page=array(
33                    "rnd.php?part=Azithromycin1",
34                    "rnd.php?part=Azithromycin2",
35                    "rnd.php?part=Azithromycin3"
36                    );
37  }  }
38    
39  $section=str_replace(".php","",basename($PHP_SELF));  $section=str_replace(".php","",basename($PHP_SELF));
40  $smarty->assign("section",$section);  $smarty->assign("section",$section);
41    
42  $title="R&D";  $title="R&D";
43    if ($menu_item) $title.=" : $menu_item";
44  $lpic="rnd"; $lext=".gif";  $lpic="rnd"; $lext=".gif";
45  $tmp = time() % 2;  $tmp = time() % 2;
46  $mpic="rnd_u".($tmp+1).".gif";  $mpic="rnd_u".($tmp+1).".gif";

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

  ViewVC Help
Powered by ViewVC 1.1.26