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

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

revision 1.2 by dpavlin, Fri Feb 23 13:56:07 2001 UTC revision 1.3 by dpavlin, Sat Mar 3 12:56:33 2001 UTC
# Line 13  $smarty->assign( array ( Title=>"Pliva d Line 13  $smarty->assign( array ( Title=>"Pliva d
13    
14  $section="products";  $section="products";
15    
16  $title="Products : Fine Chemicals";  if ($menu_item) {
17            $title="Products : Fine Chemicals : $menu_item";
18    } else {
19            $title="Products : Fine Chemicals";
20    }
21  $lpic="products"; $lext=".jpg";  $lpic="products"; $lext=".jpg";
22  $mpic="products.gif";  $mpic="products.gif";
23  $back_url="products.php";  $back_url="products.php";
# Line 37  if (file_exists($main_file.$part.".htm") Line 41  if (file_exists($main_file.$part.".htm")
41          $main_file.=$part.".htm";          $main_file.=$part.".htm";
42  } else {  } else {
43          $main_file.="Main.htm";          $main_file.="Main.htm";
44            $title="Products : Fine Chemicals";
45  }  }
46  $main=join('',file($main_file));  $main=join('',file($main_file));
47    

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

  ViewVC Help
Powered by ViewVC 1.1.26