/[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.1.1.1 by dpavlin, Tue Feb 20 11:37:21 2001 UTC revision 1.3 by dpavlin, Wed Feb 21 12:02:54 2001 UTC
# Line 6  $smarty = new Smarty; Line 6  $smarty = new Smarty;
6    
7  $smarty->assign( array ( Title=>"Pliva d.d." ) );  $smarty->assign( array ( Title=>"Pliva d.d." ) );
8    
9  $multi_page=array(  $sub_part=substr($part,0,strpos($part,"-"));
10          "rnd.php?part=MIXIS-HomePR",  
11          "rnd.php?part=MIXIS-Sci-TechPR"  if ($sub_part == "MIXIS") {
12          );          $multi_page=array(
13                    "rnd.php?part=MIXIS-HomePR",
14                    "rnd.php?part=MIXIS-Sci-TechPR"
15                    );
16    } elseif ($sub_part == "Technology") {
17            $multi_page=array(
18                    "rnd.php?part=Technology-HighThroughput",
19                    "rnd.php?part=Technology-Microarrays"
20                    );
21    }
22    
23  $section=str_replace(".php","",basename($PHP_SELF));  $section=str_replace(".php","",basename($PHP_SELF));
24  $smarty->assign("section",$section);  $smarty->assign("section",$section);

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

  ViewVC Help
Powered by ViewVC 1.1.26