You are here

function panels_page_menu_alter in Panels 6.2

Implementation of hook_menu_alter().

Delegates to an .inc file to reduce code load overhead.

File

panels_page/panels_page.module, line 98
panels_page.module

Code

function panels_page_menu_alter(&$callbacks) {
  return _panels_page_menu_alter($callbacks);
}