--- smpc.php 2001/03/03 12:56:33 1.2 +++ smpc.php 2001/10/01 14:05:16 1.4 @@ -8,9 +8,9 @@ $section="products"; -$title="Products : SMPC"; -$lpic="products"; $lext=".jpg"; -$mpic="products.gif"; +include("section.inc"); + +$title.=" : SMPC"; $back_url="products.php"; if (isset($smpc)) { @@ -36,7 +36,7 @@ $main=$smarty->fetch("smpc.tpl"); include("common.inc"); -$smarty->assign( array(back_url=>$back_url, MAIN=>$main)); +$smarty->assign( array(back_url=>$back_url, contact_from=>"human_health", MAIN=>$main)); $smarty->display("index.tpl"); ?>