function shurly_theme in ShURLy 6
Same name and namespace in other branches
- 7 shurly.module \shurly_theme()
Implementation of hook_theme()
File
- ./
shurly.module, line 113 - description http://www.youtube.com/watch?v=Qo7qoonzTCE
Code
function shurly_theme($existing, $type, $theme, $path) {
return array(
'shurly_create_form' => array(
'arguments' => array(
'form' => NULL,
),
),
);
}