function block_admin_demo
Menu callback for admin/structure/block/demo.
1 string reference to 'block_admin_demo'
- block_menu in modules/
block/ block.module - Implements hook_menu().
File
-
modules/
block/ block.admin.inc, line 11
Code
function block_admin_demo($theme = NULL) {
drupal_add_css(drupal_get_path('module', 'block') . '/block.css');
return '';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.