function oauth_common_theme in OAuth 1.0 6.3
Implementation of hook_theme().
File
- ./
oauth_common.module, line 20
Code
function oauth_common_theme() {
return array(
'oauth_common_auth_level' => array(
'template' => 'oauth_common_auth_level',
'arguments' => array(
'element' => array(),
'value' => NULL,
),
),
);
}