page content in menu ?

General project discussion. NOT for help questions.
Post Reply
korneliusz
Forum Members
Forum Members
Posts: 15
Joined: Wed Oct 28, 2009 10:22 am

page content in menu ?

Post by korneliusz »

hi

how to get page content in menu ?

here i get title of pages, i have to modify it and also get content of page

Code: Select all

...
{if $node->target}target="{$node->target}" {/if}
href="{$node->url}"><span>{$node->menutext}</span></a>
{elseif $node->type == 'sectionheader'}
><span class="sectionheader">{$node->menutext}</span></a>
{/if}
...
Sonya

Re: page content in menu ?

Post by Sonya »

korneliusz wrote: hi

how to get page content in menu ?

here i get title of pages, i have to modify it and also get content of page

Use the tag {content_dump} instead of Menu Manager
http://wiki.cmsmadesimple.org/index.php ... ntent_dump
Post Reply

Return to “General Discussion”