check() ) { // Cache miss, we have to generate: // --------------------- PAGE LEVEL CACHING SUPPORT --------------------- header_content_type( 'text/html' ); ?>
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.').'
'; ?>