From b0676cf351ccb48e7d2cf1d93d5728f3e834886a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 6 Apr 2007 14:31:51 +0000 Subject: - Patch #134161 by chx: no menu tabs for themes. --- modules/system/system.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/system/system.module b/modules/system/system.module index d4266b62f..2df59c8c9 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1258,6 +1258,7 @@ function system_themes_form_submit($form_id, $form_values) { db_query("UPDATE {system} SET status = 1 WHERE type = 'theme' AND name = 'garland'"); } + list_themes(TRUE); menu_rebuild(); drupal_set_message(t('The configuration options have been saved.')); return 'admin/build/themes'; -- cgit v1.2.3