Don't reset theme on language change.
This commit is contained in:
parent
59d46c5513
commit
04eabef22e
@ -12,6 +12,7 @@ $Source$
|
||||
#971703).
|
||||
* main.php: Possible undefined variable.
|
||||
* queryframe.php: Do not show <hr /> when no logo is shown.
|
||||
* main.php: Don't reset theme on language change.
|
||||
|
||||
2004-06-09 Alexander M. Turek <me@derrabus.de>
|
||||
* libraries/config_import.lib.php: The default settings should be merged.
|
||||
|
||||
1
main.php
1
main.php
@ -529,7 +529,6 @@ if (empty($cfg['Lang'])) {
|
||||
<form method="post" action="index.php" target="_parent">
|
||||
<input type="hidden" name="convcharset" value="<?php echo $convcharset; ?>" />
|
||||
<input type="hidden" name="server" value="<?php echo $server; ?>" />
|
||||
<input type="hidden" name="set_theme" value="<?php echo $theme; ?>" />
|
||||
Language <a href="./translators.html" target="documentation"><?php
|
||||
if ($cfg['ReplaceHelpImg']){
|
||||
echo '<img src="' . $pmaThemeImage . 'b_info.png" border="0" width="11" height="11" alt="Info" hspace="1" vspace="1" />';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user