diff -r e1a22031b5bd -r ad00dc1f8706 includes/template.php --- a/includes/template.php Fri Oct 05 01:57:00 2007 -0400 +++ b/includes/template.php Sat Oct 06 13:01:46 2007 -0400 @@ -625,8 +625,7 @@ $this->tpl_bool['stupid_mode'] = false; - if($paths->page == $paths->nslist['Special'].'Administration') $this->tpl_bool['in_admin'] = true; - else $this->tpl_bool['in_admin'] = false; + $this->tpl_bool['in_admin'] = ( ( $paths->cpage['urlname_nons'] == 'Administration' && $paths->namespace == 'Special' ) || $paths->namespace == 'Admin' ); $p = ( isset($_GET['printable']) ) ? '/printable' : '';