You are here

function _dco_theme in Elysia Cron 6

Same name and namespace in other branches
  1. 6.2 elysia_drupalconv.php \_dco_theme()
  2. 7 elysia_drupalconv.php \_dco_theme()
2 calls to _dco_theme()
elysia_cron_admin_page in ./elysia_cron.admin.inc
elysia_cron_description in ./elysia_cron.module
Obtain job description

File

./elysia_drupalconv.php, line 72

Code

function _dco_theme($name, $args) {
  return call_user_func_array('theme', array_merge(array(
    $name,
  ), array_values($args)));
}