You are here

function panels_landing_page_content in Panels 7.3

Same name and namespace in other branches
  1. 6.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 224

Code

function panels_landing_page_content($form, &$form_state) {
  ctools_include('page-wizard', 'panels');
  panels_page_wizard_add_content($form, $form_state);
  return $form;
}