You are here

function _dcf_theme_form in Elysia Cron 6

Same name and namespace in other branches
  1. 6.2 elysia_drupalconv.php \_dcf_theme_form()
  2. 7 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 94

Code

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