You are here

function simplenews_scheduler_theme in Simplenews Scheduler 6

Implementation of hook_theme().

File

./simplenews_scheduler.module, line 17
Simplenews Scheduler module allows a schedule to be set for sending (and resending) a Simplenews item.

Code

function simplenews_scheduler_theme() {
  return array(
    'simplenews_scheduler_title' => array(
      'arguments' => array(
        'node' => NULL,
        'serial' => NULL,
      ),
    ),
  );
}