Page 1 of 1

[solved] A line in menu template?

Posted: Tue Aug 28, 2007 4:45 pm
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}

Re: A line in menu template?

Posted: Tue Aug 28, 2007 5:25 pm
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

Re: A line in menu template?

Posted: Tue Aug 28, 2007 6:27 pm
by Dr.CSS
OK... thanx...