Index: trunk/blocks/archives_block.php
===================================================================
--- trunk/blocks/archives_block.php	(revision 183)
+++ trunk/blocks/archives_block.php	(revision 195)
@@ -19,5 +19,5 @@
 	{
 		$mydirname = empty( $options[0] ) ? 'xpress' : $options[0] ;
-		$this_template = empty( $options[1] ) ? 'db:'.$mydirname.'_block_category.html' : trim( $options[1] );
+		$this_template = empty( $options[1] ) ? 'db:'.$mydirname.'_archives_block.html' : trim( $options[1] );
 		$type = empty( $options[2] ) ? 'monthly' : $options[2] ;
 		$limit  = !is_numeric( $options[3] ) ? 0 : $options[3] ;
