function ajax_test_system_theme_info

Implements hook_system_theme_info().

File

modules/simpletest/tests/ajax_test.module, line 37

Code

function ajax_test_system_theme_info() {
    $themes['test_theme'] = drupal_get_path('module', 'ajax_test') . '/themes/test_theme/test_theme.info';
    return $themes;
}

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