function block_test_system_theme_info

Implements hook_system_theme_info().

File

modules/block/tests/block_test.module, line 11

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;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.