summaryrefslogtreecommitdiff
path: root/modules/block/tests/block_test.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/block/tests/block_test.module')
-rw-r--r--modules/block/tests/block_test.module8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/block/tests/block_test.module b/modules/block/tests/block_test.module
index 2abc433c9..5e06d5cf5 100644
--- a/modules/block/tests/block_test.module
+++ b/modules/block/tests/block_test.module
@@ -6,6 +6,14 @@
*/
/**
+ * Implements hook_system_theme_info().
+ */
+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;
+}
+
+/**
* Implements hook_block_info().
*/
function block_test_block_info() {