function block_admin_demo

block_admin_demo($theme = NULL)

Menu callback for admin/structure/block/demo.

File

modules/block/block.admin.inc, line 11
Admin page callbacks for the block module.

Code

function block_admin_demo($theme = NULL) {
  drupal_add_css(drupal_get_path('module', 'block') . '/block.css');
  return '';
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!block!block.admin.inc/function/block_admin_demo/7.x