在drupal的admin/config页中创建新块

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在drupal的admin/config页中创建新块相关的知识,希望对你有一定的参考价值。

  1. $items['admin/config/module'] = array(
  2. 'title' => 'My Site',
  3. 'description' => 'Configure My Site settings.',
  4. 'position' => 'left',
  5. 'weight' => -20,
  6. 'page callback' => 'system_admin_menu_block_page',
  7. 'access arguments' => array('access administration pages'),
  8. 'file' => 'system.admin.inc',
  9. 'file path' => drupal_get_path('module', 'system'),
  10. );

以上是关于在drupal的admin/config页中创建新块的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Drupal 7 中以编程方式创建新的内容类型?

获取HTTP 403但显示页面

Drupal设置首页默认内容

DRUPAL点滴

无法在 android studio 中创建新活动

我应该啥时候在 MongoDB 中创建新的集合?