function theme_test_system_theme_engine_info in Drupal 7
Implements hook_system_theme_engine_info().
File
- modules/
simpletest/ tests/ theme_test.module, line 37
Code
function theme_test_system_theme_engine_info() {
$theme_engines['nyan_cat'] = drupal_get_path('module', 'theme_test') . '/themes/engines/nyan_cat/nyan_cat.engine';
return $theme_engines;
}