forked from extern/egroupware
I prefer to go back to the preferences page
This commit is contained in:
parent
94f87684dd
commit
b6821806c9
@ -20,7 +20,7 @@
|
||||
$phpgw->preferences->change("common","theme");
|
||||
$phpgw->preferences->commit();
|
||||
if ($phpgw_info["server"]["useframes"] != "never") {
|
||||
Header("Location: " . $phpgw->link("changetheme.php","cd=yes"));
|
||||
Header("Location: " . $phpgw->link("/preferences/index.php","cd=yes"));
|
||||
Header("Window-Target: _top");
|
||||
} else {
|
||||
Header("Location: " . $phpgw->link("changetheme.php"));
|
||||
|
Loading…
Reference in New Issue
Block a user