function scheduler_theme in Scheduler 7
Same name and namespace in other branches
- 6 scheduler.module \scheduler_theme()
Implements hook_theme().
File
- ./
scheduler.module, line 782 - Scheduler publishes and unpublishes nodes on dates specified by the user.
Code
function scheduler_theme() {
return array(
'scheduler_timecheck' => array(
'arguments' => array(
'now' => NULL,
),
),
);
}