function panels_landing_page_content in Panels 6.3
Same name and namespace in other branches
- 7.3 plugins/page_wizards/landing_page.inc \panels_landing_page_content()
Second page of our wizard. This one provides a layout and lets the user add content.
1 string reference to 'panels_landing_page_content'
- landing_page.inc in plugins/
page_wizards/ landing_page.inc
File
- plugins/
page_wizards/ landing_page.inc, line 218
Code
function panels_landing_page_content(&$form, &$form_state) {
ctools_include('page-wizard', 'panels');
panels_page_wizard_add_content($form, $form_state);
}