Emiliano wrote:
> Vidar Berg wrote:
>
>> Hi,
>>
>> What code should I use to get the
>>
>> "You are here: > Main > News"
>>
>> effect?
>
>
> Given that you have an topic id $t:
>
> while ($topic = mgd_get_topic($t)) {
> $location = "> " . $topic->name . $location;
> $t = $topic->id;
Oy, this should of course have been
$t = $topic->up
> }
>
> echo "You are here: $location"
>
Emile "should probably run for President" Heyns
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]