// recent comments
// ---------------
if (function_exists('get_recent_comments')) { ?>
<h2><?php _e('Recent Comments:','regulus'); ?></h2>
-
<?php get_recent_comments(); ?>
<?php } ?>
<div class="col">
<h2><?php _e('categories','regulus'); ?></h2>
-
<?php //list_cats(0, '', 'name', 'asc', '', 1, 0, 0, 1, 1, 1, 0,'','','','','');
wp_list_cats( 'hierarchical=1' ); ?>
<h2><?php _e('Archive','regulus'); ?></h2>
-
<?php
if( bm_getProperty( 'months' ) == 1 ) {
wp_get_archives('type=monthly');
} else {
wp_get_archives('type=monthly&limit=15');
}
?>
</div>