[solved] A line in menu template?

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

[solved] A line in menu template?

Post by Dr.CSS »

I see this line in a menu template and wondered what it means or does, no mention of it in menu manager Help...

{if $node->target ne ""} target="{$node->target}"{/if}
Last edited by Anonymous on Tue Aug 28, 2007 6:28 pm, edited 1 time in total.
cyberman

Re: A line in menu template?

Post by cyberman »

mark wrote: {if $node->target ne ""} target="{$node->target}"{/if}
Means if value target of a page is not empty then use the target value as target.

This line is used for contenttype link. "Value target" comes from tab options (if you create/edit a page).

It's for adding a target inside a link
test
Last edited by cyberman on Tue Aug 28, 2007 6:33 pm, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: A line in menu template?

Post by Dr.CSS »

OK... thanx...
Post Reply

Return to “Modules/Add-Ons”