diff -r e1606c85e937 -r 777f32ac6b7c includes/paths.php --- a/includes/paths.php Sat Sep 26 15:14:15 2009 -0400 +++ b/includes/paths.php Sat Sep 26 15:21:51 2009 -0400 @@ -135,7 +135,7 @@ if ( empty($title) ) $title = get_title(); - if ( empty($title) && getConfig('main_page', 'Main_Page') != '' && getConfig('main_page', getConfig('main_page', 'Main_Page')) != '' ) + if ( empty($title) && !have_blank_urlname_page() ) { $this->main_page(); }