load_all();
if( $pagenow == 'index.php' || count( $BlogCache->cache ) == 0 )
{ // This page is actually included by the index.html page OR there are no blogs
?>
'.T_('b2evolution is installed and ready but you haven\'t created any blog on this system yet.').'
'; echo ''.T_( 'Create a first blog' ).' »
'; } else { echo ''.T_('You have successfully installed b2evolution.').'
'; echo ''.T_('You haven\'t set a default blog yet. Thus, you see this default page.').'
'; ?>