You are here

function panels_admin_page in Panels 7.3

Same name and namespace in other branches
  1. 6.3 includes/callbacks.inc \panels_admin_page()
  2. 6.2 includes/callbacks.inc \panels_admin_page()

A central administrative page for Panels.

1 string reference to 'panels_admin_page'
panels_menu in ./panels.module
Implements hook_menu().

File

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

Code

function panels_admin_page() {

  // @todo I think this should return a renderable array somehow?
  return theme('panels_dashboard');
}