Sure...
The whole code in itself is pretty much, do you need more than this:
PHP Code:
<?php
print $this->make_delim() . '<a href="reg_hierarki.php?page=' .
$_GET["page"] . '&' . join('&',$this->exp_arr) . '&' . join('&'
,$temp_prevexp) . '">' . $expsymbol . "</a>" .
$arg[$key]['navn'] . '<input type="radio" name="parent_id"
value="' . $arg[$key]['id'] . '" />' . "<br>\n";
if ($doexpand)
{
array_pop($this->exp_arr);
array_push($this->exp_arr, "expand[' . $arg[$key]['id'] . ']=" . $doexpand);
$this->print_subs($argkey);
}
array_pop($this->exp_arr);
$this->num_subs--;
}
return;
?>
Edit:
Argh, can't make it fit the screen again!
Bookmarks