diff -r 956263992d48 -r acfdccf7a2bf includes/template.php --- a/includes/template.php Wed Nov 21 15:18:15 2007 -0500 +++ b/includes/template.php Wed Nov 21 20:14:14 2007 -0500 @@ -1795,7 +1795,7 @@ */ class template_nodb { - var $tpl_strings, $tpl_bool, $theme, $style, $no_headers, $additional_headers, $sidebar_extra, $sidebar_widgets, $toolbar_menu, $theme_list; + var $fading_button, $tpl_strings, $tpl_bool, $theme, $style, $no_headers, $additional_headers, $sidebar_extra, $sidebar_widgets, $toolbar_menu, $theme_list; function __construct() { $this->tpl_bool = Array(); @@ -1805,6 +1805,10 @@ $this->toolbar_menu = ''; $this->additional_headers = ''; + $this->fading_button = '
+  +
'; + $this->theme_list = Array(Array( 'theme_id'=>'oxygen', 'theme_name'=>'Oxygen',