You are here

function update_advanced_theme in Update Status Advanced Settings 7

Same name and namespace in other branches
  1. 6 update_advanced.module \update_advanced_theme()

Implements hook_theme().

File

./update_advanced.module, line 19
Provides advanced settings for the Update status module in core.

Code

function update_advanced_theme() {
  return array(
    'update_advanced_settings' => array(
      'render element' => 'form',
      'file' => 'update_advanced.settings.inc',
    ),
  );
}