diff -r 55b5911cd39e -r bf5adc446018 includes/paths.php --- a/includes/paths.php Fri Sep 25 14:22:24 2009 -0400 +++ b/includes/paths.php Sat Sep 26 15:13:40 2009 -0400 @@ -135,7 +135,7 @@ if ( empty($title) ) $title = get_title(); - if ( empty($title) && get_main_page() != '' ) + if ( empty($title) && getConfig('main_page', 'Main_Page') != '' && getConfig('main_page', getConfig('main_page', 'Main_Page')) != '' ) { $this->main_page(); }