1 ajax_test.module | ajax_test_system_theme_info() |
Implements hook_system_theme_info().
File
- core/
modules/ simpletest/ tests/ ajax_test.module, line 47 - Helper module for Ajax framework tests.
Code
function ajax_test_system_theme_info() {
$themes['test_theme'] = backdrop_get_path('module', 'ajax_test') . '/themes/test_theme/test_theme.info';
return $themes;
}