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

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

revision 1.2 by dpavlin, Sat Mar 3 12:56:33 2001 UTC revision 1.4 by dpavlin, Mon Oct 1 14:05:16 2001 UTC
# Line 8  $smarty->assign( array ( Title=>"Pliva d Line 8  $smarty->assign( array ( Title=>"Pliva d
8    
9  $section="products";  $section="products";
10    
11  $title="Products : SMPC";  include("section.inc");
12  $lpic="products"; $lext=".jpg";  
13  $mpic="products.gif";  $title.=" : SMPC";
14  $back_url="products.php";  $back_url="products.php";
15    
16  if (isset($smpc)) {  if (isset($smpc)) {
# Line 36  $smarty->assign( array ( lpic=>$lpic, le Line 36  $smarty->assign( array ( lpic=>$lpic, le
36  $main=$smarty->fetch("smpc.tpl");  $main=$smarty->fetch("smpc.tpl");
37    
38  include("common.inc");  include("common.inc");
39  $smarty->assign( array(back_url=>$back_url, MAIN=>$main));  $smarty->assign( array(back_url=>$back_url, contact_from=>"human_health", MAIN=>$main));
40    
41  $smarty->display("index.tpl");  $smarty->display("index.tpl");
42  ?>  ?>

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

  ViewVC Help
Powered by ViewVC 1.1.26