Index: trunk/blocks/widget_block.php
===================================================================
--- trunk/blocks/widget_block.php	(revision 194)
+++ trunk/blocks/widget_block.php	(revision 195)
@@ -18,5 +18,5 @@
 	{
 		$mydirname = empty( $options[0] ) ? 'xpress' : $options[0] ;
-		$this_template = empty( $options[1] ) ? 'db:'.$mydirname.'_block_widget.html' : trim( $options[1] );
+		$this_template = empty( $options[1] ) ? 'db:'.$mydirname.'_widget_block.html' : trim( $options[1] );
     	$selected = array_slice($options,2); // get allowed cats
 		
