Index: /branches/XPressMU/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php
===================================================================
--- /branches/XPressMU/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php	(revision 451)
+++ /branches/XPressMU/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; 
Index: /tags/Ver2.2.0RC1/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php
===================================================================
--- /tags/Ver2.2.0RC1/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php	(revision 451)
+++ /tags/Ver2.2.0RC1/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; 
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 451)
+++ /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; 
