You are here

function _dcf_theme_form in Elysia Cron 7

Same name and namespace in other branches
  1. 6.2 elysia_drupalconv.php \_dcf_theme_form()
  2. 6 elysia_drupalconv.php \_dcf_theme_form()
1 call to _dcf_theme_form()
theme_elysia_cron_settings_form in ./elysia_cron.admin.inc

File

./elysia_drupalconv.php, line 57

Code

function _dcf_theme_form(&$args) {
  return array(
    'variables' => $args,
  );
}