/[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.4 by dpavlin, Mon Mar 5 15:36:16 2001 UTC
# Line 18  $multi_page=array( Line 18  $multi_page=array(
18  $main_file=$section;  $main_file=$section;
19    
20  $title="PRODUCTS";  $title="PRODUCTS";
21    if ($menu_item) $title.=" : $menu_item";
22  $lpic="products"; $lext=".jpg";  $lpic="products"; $lext=".jpg";
23  $mpic="products.gif";  $mpic="products.gif";
24    
# Line 31  if (file_exists("html/$part.htm")) { Line 32  if (file_exists("html/$part.htm")) {
32  }  }
33    
34  include("common.inc");  include("common.inc");
35    
36  $smarty->assign("MAIN",$main);  $smarty->assign("MAIN",$main);
37    
38  $smarty->display("index.tpl");  $smarty->display("index.tpl");

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

  ViewVC Help
Powered by ViewVC 1.1.26