function addthis_theme in AddThis 6.2
Same name and namespace in other branches
- 6.3 addthis.module \addthis_theme()
- 7.4 addthis.module \addthis_theme()
- 7.2 addthis.module \addthis_theme()
Implementation of hook_theme().
File
- ./
addthis.module, line 86 - Stand alone module file to handle AddThis button integration
Code
function addthis_theme() {
return array(
'addthis_button' => array(
'arguments' => array(
'node' => NULL,
'teaser' => NULL,
),
),
);
}