Implements hook_system_theme_info().

File

modules/block/tests/block_test.module, line 11
Provide test blocks.

Code

function block_test_system_theme_info() {
  $themes['block_test_theme'] = drupal_get_path('module', 'block_test') . '/themes/block_test_theme/block_test_theme.info';
  return $themes;
}