breakpoints_theme_test.module in Breakpoints 7
Test breakpoint functionality for breakpoints provided by themes
File
tests/breakpoints_theme_test.moduleView source
<?php
/**
* @file
* Test breakpoint functionality for breakpoints provided by themes
*/
/**
* Implements hook_system_theme_info().
*/
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;
}
Functions
Name | Description |
---|---|
breakpoints_theme_test_system_theme_info | Implements hook_system_theme_info(). |