You are here

function panels_admin_panel_context_page in Panels 7.3

Same name and namespace in other branches
  1. 6.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
Implements hook_menu().

File

includes/callbacks.inc, line 201
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');
}