Closed (fixed)
Project:
Panels
Version:
6.x-2.0-alpha2
Component:
Panel pages
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
9 Nov 2008 at 18:57 UTC
Updated:
25 Nov 2008 at 20:22 UTC
Sorry my english.
I'm trying to use the http://drupal.org/node/232644 in Panels 6.x-2.0-alpha2 for load a "panel pages" dynamically in all pages of my site. But the function panels_page_view_page() dont exist in new version.
Someone could tell me what function I used to load the panel page dynamically?
Please help me. Thanks.
Comments
Comment #1
sdboyer commentedThe render process has been broken up into component parts, rather than having them all in one function. As such, there's no clear corollary to the point of entry being exploited in that handbook page. Try
panels_page_render_page_norma(), providing it an empty array for the second argument...I guess...and that may work. But no guarantees, that approach isn't one we wrote up or recommend, so we can't support it.