You are here

function panels_page_settings in Panels 6.2

Same name and namespace in other branches
  1. 5.2 panels_page/panels_page.module \panels_page_settings()

General settings configuration page for panel pages.

1 string reference to 'panels_page_settings'
panels_page_admin_static_menu_items in panels_page/panels_page.menu.inc
Define and return all the static administrative pages for hook_menu().

File

panels_page/panels_page.admin.inc, line 118
panels_page.admin.inc

Code

function panels_page_settings() {
  panels_load_include('common');
  return drupal_get_form('panels_common_settings', 'panels_page');
}