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