function theme_test_system_theme_engine_info
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;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.