function mobile_device_tester_theme in Mobile Tools 6.2
Same name and namespace in other branches
- 6.3 mobile_device_tester/mobile_device_tester.module \mobile_device_tester_theme()
Implementation of hook_theme
File
- modules/
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;
}