function nopremium_theme in Node Option Premium 7
Same name and namespace in other branches
- 6 nopremium.module \nopremium_theme()
Implementation of hook_theme().
File
- ./
nopremium.module, line 100 - Written by Henri MEDOT <henri.medot[AT]absyx[DOT]fr> http://www.absyx.fr
Code
function nopremium_theme() {
return array(
'nopremium_message' => array(
'variables' => array(
'node' => NULL,
),
),
);
}