Hi,
I called it like this because:
<? function twalk($id) {
55: if (!$id || !($t = mgd_get_topic($id))) return;
56: twalk($t->up);
57: printf(' / <a href="/topic/%d.html">%s</a> ', $t->id,
htmlentities($t->name));
58: }
59: if ($topic) { twalk($topic->up); ?> / &(topic.name); <? } else echo
'top level topic'; ?>
greetings
Piotras
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]