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."- ".$c_tutShared[$i]["title"]."
";
else
$str = $str."- ".$c_tutShared[$i]["title"]."
";
}
$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);
}
?>