function mobile_device_tester_theme in Mobile Tools 6.3
Same name and namespace in other branches
- 6.2 modules/mobile_device_tester/mobile_device_tester.module \mobile_device_tester_theme()
Implementation of hook_theme
File
- mobile_device_tester/
mobile_device_tester.module, line 24
Code
function mobile_device_tester_theme($existing, $type, $theme, $path) {
$items['mobile_device_tester_test'] = array(
'template' => 'mobile-device-test',
'arguments' => array(),
);
return $items;
}