作者:爱是种承诺ml | 来源:互联网 | 2023-10-12 17:50
篇首语:本文由编程笔记#小编为大家整理,主要介绍了在drupal的admin/config页中创建新块相关的知识,希望对你有一定的参考价值。
$items['admin/config/module'] = array(
'title' => 'My Site',
'description' => 'Configure My Site settings.',
'position' => 'left',
'weight' => -20,
'page callback' => 'system_admin_menu_block_page',
'access arguments' => array('access administration pages'),
'file' => 'system.admin.inc',
'file path' => drupal_get_path('module', 'system'),
);