function deploy_ui_theme in Deploy - Content Staging 7.2
Same name and namespace in other branches
- 7.3 modules/deploy_ui/deploy_ui.module \deploy_ui_theme()
Implements hook_theme().
File
- modules/
deploy_ui/ deploy_ui.module, line 41
Code
function deploy_ui_theme() {
return array(
'deploy_ui_overview' => array(
'variables' => array(
'blocks' => array(),
),
'file' => 'deploy_ui.pages.inc',
),
'deploy_ui_overview_plan_content' => array(
'variables' => array(
'info' => array(),
),
'file' => 'deploy_ui.pages.inc',
),
);
}