Index: trunk/kernel/include/theme.php =================================================================== diff -u -r3000 -r3124 --- trunk/kernel/include/theme.php (.../theme.php) (revision 3000) +++ trunk/kernel/include/theme.php (.../theme.php) (revision 3124) @@ -572,7 +572,7 @@ break; case "select_url": $var_list_update["t"] = "index"; - $ret = GetIndexURL(2)."?env=".BuildEnv()."&Action=m_set_theme&ThemeId=".$this->Get("ThemeId"); + $ret = HREF_Wrapper('', Array('Action' => 'm_set_theme', 'ThemeId' => $this->Get('ThemeId') ) ); break; case "selected": $ret = "";