includes/paths.php
changeset 1121 bf5adc446018
parent 1099 73abd46f5148
child 1123 777f32ac6b7c
--- 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();
       }