i use to use views_embed_view API function to load views automatically. now i need to load a panel content problematically; but i could not find a function like views_embed_view.

is there such a thing at all?

is there something like panels_embed_page or is it related to ctools?

link|improve this question

45% accept rate
feedback

1 Answer

I don't think you can do something like that with panels, nor that you will ever be able to do it.

Panels pages can be a lot more complex than views, with all the context handler and other stuff that goes on behind the scene. You best bet will be to add the panel panes instead. But then you will be more or less back to using views anyways.

link|improve this answer
thanks; but it was a disappointing answer! – takpar Aug 11 '10 at 12:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.