11 Jun
2007
11 Jun
'07
9:14 p.m.
Moshe - how does this make sense? You no longer know which file to include for the callback. -Peter On 6/11/07, Moshe Weitzman <weitzman@tejasa.com> wrote:
CURRENT $items['admin/build'] = array( 'title' => 'Site building', 'page callback' => 'system_admin_menu_block_page', 'file' => 'system.admin.inc',
PROPOSED $items['admin/build'] = array( 'title' => 'Site building', 'page callback' => array('system, 'admin_menu_block_page'), (
Note that we may still have to support a string as a page callback (i think) for non module defined callbacks.