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

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

revision 1.2 by dpavlin, Tue Feb 20 15:35:00 2001 UTC revision 1.5 by dpavlin, Mon Oct 1 14:05:16 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    
 $section=str_replace(".php","",basename($PHP_SELF));  
 $smarty->assign("section",$section);  
   
9  $multi_page=array(  $multi_page=array(
10          "products.php?part=Azithromycin1",          "products.php?part=Azithromycin1",
11          "products.php?part=Azithromycin2",          "products.php?part=Azithromycin2",
12          "products.php?part=Azithromycin3"          "products.php?part=Azithromycin3"
13          );          );
14    
15  $main_file=$section;  include("section.inc");
16    
17  $title="PRODUCTS";  $main_file=$section;
 $lpic="products"; $lext=".jpg";  
 $mpic="products.gif";  
18    
19  $smarty->assign( array ( lpic=>$lpic, lext=>$lext, mpic=>$mpic, Section_title=>$title ) );  $smarty->assign( array ( lpic=>$lpic, lext=>$lext, mpic=>$mpic, Section_title=>$title ) );
20    
# Line 31  if (file_exists("html/$part.htm")) { Line 26  if (file_exists("html/$part.htm")) {
26  }  }
27    
28  include("common.inc");  include("common.inc");
29    
30  $smarty->assign("MAIN",$main);  $smarty->assign("MAIN",$main);
31    
32  $smarty->display("index.tpl");  $smarty->display("index.tpl");

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

  ViewVC Help
Powered by ViewVC 1.1.26