panels_admin_panel_context_page
Drupal 7 panels_admin_panel_context_page()
Settings for panel contexts created by the page manager.
1 string reference to 'panels_admin_panel_context_page'
File
- sites/
all/ modules/ panels/ includes/ callbacks.inc, line 185 - 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');
}

