# HG changeset patch # User Dan Fuhry # Date 1280591213 14400 # Node ID 49e90e1d9756ea0270b7dc8bedf81b1796e0f88f # Parent 36c389769d88df2a297721d9bf0dd280fc8f4143 Fixed theme not being loaded in Admin:EditSidebar diff -r 36c389769d88 -r 49e90e1d9756 plugins/SpecialAdmin.php --- a/plugins/SpecialAdmin.php Fri Jul 30 21:57:37 2010 -0400 +++ b/plugins/SpecialAdmin.php Sat Jul 31 11:46:53 2010 -0400 @@ -2620,6 +2620,9 @@ ?>
theme ) + $template->load_theme('admin', 'default'); + $toolbarvars = $template->extract_vars('toolbar.tpl'); $parser_start = $template->makeParserText($toolbarvars['toolbar_vert_start']); echo $parser_start->run();