Hi,
how can I print out a panel page with PHP? To be more precise, I have registered an url with hook_menu. My menu callback function should do nothing else but output a panel page as if the user directly entered the url of the panel.
For nodes this would be done with node_load and node_view. Any hints how this can be done for panels?
Thank you!