It sounds like you are wanting to render links for the site.  I would
suggest making it an element and placing the html in /views/elements/
sitelinks.ctp

then you can use  echo $this->renderElement('sitelinks');  in your
view where you want the links to show up.


On Oct 24, 4:16 pm, "David Coll" <[EMAIL PROTECTED]> wrote:
> Hello again!
>
> I'm absolutely newbie for sure...
>
> How can I render a view (ie. /sitelinks/index ) in my default.ctp layout ?
>
> I've tried every kind of rendering stuff I could find but, no chances..
>
> I'm not too much willing to use the renderElement function as I would like to 
> access this as a self-page also.
>
> There's probably a way around, but I really need a guide right now ^_^
>
> Thanks for any help!!
>
> David


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to