Index: trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php
===================================================================
--- trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php	(revision 448)
+++ trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php	(revision 452)
@@ -147,5 +147,5 @@
 
 		$block_theme_file = get_block_file_path($mydirname,$inc_theme_file_name); 
-		require_once $block_theme_file; 
+		require_once $block_theme_file['file_path']; 
 		$block_render = $call_theme_function_name($options);            //The block name and the called function name should be assumed to be the same name.                     
 		$xml['block'] = $block_render; 
