From 35e21e54e1122f98bede28f89d80f2fb13b3fd97 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 15 Oct 2009 12:27:34 +0000 Subject: - Patch #412730 by Crell, jbomb, JohnAlbin: theme system should report when a theme key is not found. --- modules/system/system.admin.inc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'modules/system/system.admin.inc') diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 825249f70..3694848bf 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -2380,6 +2380,21 @@ function theme_system_modules_uninstall($variables) { return $output; } +/** + * Theme function for the system settings form. + * + * By default this does not alter the appearance of a form at all, + * but is provided as a convenience for themers. + * + * @param $variables + * An associative array containing: + * - form: An associative array containing the structure of the form. + * @ingroup themeable + */ +function theme_system_settings_form($variables) { + return drupal_render_children($variables['form']); +} + /** * Theme function for the system themes form. * -- cgit v1.2.3