Page 1 of 1

How to do {content=page}

Posted: Wed Oct 06, 2010 4:51 am
by Ruben_c
Hi!! I want to do a something like this:

{foreach item=page from=content}

title_of_the_page}"> {$page->content_of_the_page}

{/foreach}

The idea is that the div have the same name of the menu to try to use scroll to of jquery jeje, but I don´t know how to use the content tag.

It's that possible?

Re: How to do {content=page}

Posted: Wed Oct 06, 2010 10:10 am
by tomgsd
Have a look at the CGSimpleSmarty module - I always find it really useful if I want to load in content from other pages.  That and the menu manager and you should be able to do what you want.