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

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

revision 1.1 by dpavlin, Tue Feb 20 12:16:35 2001 UTC revision 1.2 by dpavlin, Sat Mar 3 09:27:38 2001 UTC
# Line 63  if (isset($search)) { Line 63  if (isset($search)) {
63          $smarty->assign("search","all");          $smarty->assign("search","all");
64  }  }
65    
66  $smarty->assign("type","$type");  $smarty->assign( array(type=>"$type",
67                    show_description=>$show_description
68            ));
69  $main=$smarty->fetch("human_health.tpl");  $main=$smarty->fetch("human_health.tpl");
70    
71  include("common.inc");  include("common.inc");

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

  ViewVC Help
Powered by ViewVC 1.1.26