function breakpoint_theme_test_system_theme_info in Breakpoints 8
Implements hook_system_theme_info().
File
- tests/
breakpoint_theme_test.module, line 10 - Test breakpoint functionality for breakpoints provided by themes.
Code
function breakpoint_theme_test_system_theme_info() {
$themes['breakpoint_test_theme'] = drupal_get_path('module', 'breakpoint_theme_test') . '/themes/breakpoint_test_theme/breakpoint_test_theme.info';
return $themes;
}