--- products.php 2001/02/20 15:35:00 1.2 +++ products.php 2001/03/05 15:36:16 1.4 @@ -18,6 +18,7 @@ $main_file=$section; $title="PRODUCTS"; +if ($menu_item) $title.=" : $menu_item"; $lpic="products"; $lext=".jpg"; $mpic="products.gif"; @@ -31,6 +32,7 @@ } include("common.inc"); + $smarty->assign("MAIN",$main); $smarty->display("index.tpl");