I am trying to steal this from the old admin site but I don't seem to be
understanding it...I keep getting an error that says: Fatal error: Call to
unsupported or undefined function function twalk() in LOCALNAVI on line 2
What am I missing? $id comes out of the code-init...is there somewhere else
that twalk is declared,initialized or named?
Location:
<? function twalk($id) {
if (!$id || !($t = mgd_get_topic($id))) return;
twalk($t->up);
printf(' / <a href="/topic/%d.html">%s</a> ', $t->id,
htmlentities($t->name));
}
if ($topic) { twalk($topic->up); ?> / &(topic.name); <? } else echo 'top
level topic'; ?>
kp
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]