?>
</ul>
<ul>
<?php
if ( is_home() ||
is_page() ) { /* If this is the frontpage */ ?>
<?php
wp_list_bookmarks(); ?>
<li><h2><?php
_e( 'Meta'
); ?></h2>
<ul>
<?php
wp_register(); ?>
<li><?php
wp_loginout(); ?></li>
<?php
wp_meta(); ?>
</ul>
</li>
<?php
} ?>
<?php
endif; /* ! dynamic_sidebar() */ ?>
</ul>
</div>