Tutorial Home

"; if($index > 0) $str = $str."Previous Part
"; if($index < $c - 1) $str = $str."Next Part"; $str = $str.""; $str = $str."

Tutorial Contents

    "; for($i = 0; $i < $c; $i++) { if($i == $index) $str = $str."
  1. ".$c_tutShared[$i]["title"]."
  2. "; else $str = $str."
  3. ".$c_tutShared[$i]["title"]."
  4. "; } $str = $str."
"; $c_sbSettings = array("prehtml" => $str); } web_echonavbar(); } function tut_echofoot() { web_echofoot(); } function tut_echoforward($items) { web_echoforward($items); } function tut_filename($index) { return "tutorial.html?index=".($index+1); } ?>