You are here

function panels_admin_panel_context_page in Panels 6.3

Same name and namespace in other branches
  1. 7.3 includes/callbacks.inc \panels_admin_panel_context_page()

Settings for panel contexts created by the page manager.

1 string reference to 'panels_admin_panel_context_page'
panels_menu in ./panels.module
Implementation of hook_menu

File

includes/callbacks.inc, line 184
callbacks.inc Minor menu callbacks for Panels helpers.

Code

function panels_admin_panel_context_page() {
  ctools_include('common', 'panels');
  return drupal_get_form('panels_common_settings', 'panels_page');
}