function elysia_cron_theme in Elysia Cron 6
Same name and namespace in other branches
- 5.2 elysia_cron.module \elysia_cron_theme()
- 5 elysia_cron.module \elysia_cron_theme()
- 6.2 elysia_cron.module \elysia_cron_theme()
- 7.2 elysia_cron.module \elysia_cron_theme()
- 7 elysia_cron.module \elysia_cron_theme()
Implementation of hook_theme(). [Only D6+D7]
File
- ./
elysia_cron.module, line 1236
Code
function elysia_cron_theme() {
return _dcr_hook_theme(array(
'elysia_cron_description' => array(
'variables' => array(
'job' => NULL,
),
),
'elysia_cron_settings_form' => array(
'render element' => 'form',
),
));
}