--- human_health.php 2001/02/20 12:16:35 1.1 +++ human_health.php 2001/03/03 09:27:38 1.2 @@ -63,7 +63,9 @@ $smarty->assign("search","all"); } -$smarty->assign("type","$type"); +$smarty->assign( array(type=>"$type", + show_description=>$show_description + )); $main=$smarty->fetch("human_health.tpl"); include("common.inc");