Index: trunk/blocks/popular_posts_block.php
===================================================================
--- trunk/blocks/popular_posts_block.php	(revision 183)
+++ trunk/blocks/popular_posts_block.php	(revision 195)
@@ -17,5 +17,5 @@
 	{
 		$mydirname = empty( $options[0] ) ? 'xpress' : $options[0] ;
-		$this_template = empty( $options[1] ) ? 'db:'.$mydirname.'_block_popular.html' : trim( $options[1] );
+		$this_template = empty( $options[1] ) ? 'db:'.$mydirname.'_popular_posts_block.html' : trim( $options[1] );
 		$disp_count = empty( $options[2] ) ? '10' : $options[2] ;
 		$show_month_range = empty( $options[3] ) ? '0' : $options[3] ;
