Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
c60e7acd
Commit
c60e7acd
authored
Dec 21, 2005
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#41461
by spiderman: reset the default theme to bluemarine after reset.
parent
5a37a759
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
modules/system.module
modules/system.module
+1
-0
modules/system/system.module
modules/system/system.module
+1
-0
No files found.
modules/system.module
View file @
c60e7acd
...
...
@@ -846,6 +846,7 @@ function system_themes_submit($form_id, $values) {
}
else
{
variable_del
(
'theme_default'
);
db_query
(
"UPDATE
{
system
}
SET status = 1 WHERE type = 'theme' AND name ='bluemarine'"
);
}
menu_rebuild
();
...
...
modules/system/system.module
View file @
c60e7acd
...
...
@@ -846,6 +846,7 @@ function system_themes_submit($form_id, $values) {
}
else
{
variable_del
(
'theme_default'
);
db_query
(
"UPDATE
{
system
}
SET status = 1 WHERE type = 'theme' AND name ='bluemarine'"
);
}
menu_rebuild
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment