
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
?>
'
',
'block_end' => '
',
) );
if( count( $BlogCache->cache ) == 0 )
{ // There is no blog on this system!
echo '
'.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.').'
';
?>
»
cache ) )
{ // There are blogs on this system!
?>
get_first();
! is_null( $l_Blog );
$l_Blog = & $BlogCache->get_next() )
{ # by uncommenting the following lines you can hide some blogs
// if( $curr_blog_ID == 2 ) continue; // Hide blog 2...
echo '- ';
printf( T_('Blog #%d'), $l_Blog->ID );
echo ': ';
$l_Blog->disp( 'name' );
echo '';
echo '
';
}
// ---------------------------------- END OF BLOG LIST ---------------------------------
?>
'.T_( 'Add a new blog' ).' »';
?>
get_by_ID( 1, false );
if( !empty( $first_Blog ) )
{
?>
- (a_noskin.php)
- (multiblogs.php)
- (sitemap_a.php)
- (sitemap_blogs.php)
- (summary.php)
- (default.php)
- (contact.php)
' · ',
'list_end' => ' ',
'separator' => ' · ',
'item_start' => ' ',
'item_end' => ' ',
) );
?>