block_admin_demo

Versions
7
block_admin_demo($theme = NULL)

Menu callback for admin/structure/block/demo.

Code

modules/block/block.admin.inc, line 11

<?php
function block_admin_demo($theme = NULL) {
  drupal_add_css(drupal_get_path('module', 'block') . '/block.css', array('preprocess' => FALSE));
  return '';
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.