Hi,

just couldnt make it work, what if I want to start with / Main, and the main
page is an normal page, and thus got no topic-id. I want a location-display
that walks thru the pages in the website.

Vidar

-----Opprinnelig melding-----
Fra: Emiliano [mailto:[EMAIL PROTECTED]]
Sendt: 10. mai 2001 00:06
Til: [EMAIL PROTECTED]
Emne: Re: [midgard-user] The location thing


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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to