You are here

function breakpoints_theme_test_system_theme_info in Breakpoints 7

Implements hook_system_theme_info().

File

tests/breakpoints_theme_test.module, line 10
Test breakpoint functionality for breakpoints provided by themes

Code

function breakpoints_theme_test_system_theme_info() {
  $themes['breakpoints_test_theme'] = drupal_get_path('module', 'breakpoints_theme_test') . '/themes/breakpoints_test_theme/breakpoints_test_theme.info';
  return $themes;
}