Index: trunk/xpressme_integration_kit/include/xpress_render.php
===================================================================
--- trunk/xpressme_integration_kit/include/xpress_render.php	(revision 317)
+++ trunk/xpressme_integration_kit/include/xpress_render.php	(revision 343)
@@ -148,4 +148,6 @@
 function xpress_render($contents){
 	global $xoops_config , $xoopsTpl,$xpress_config;
+	global $xoopsUser;
+
 	xpress_remake_global_for_permlink();
 	$mydirname = basename(dirname(dirname(__FILE__)));
@@ -218,4 +220,9 @@
 	$xpress_data['now_user_level'] = xpress_now_user_level('echo=0');
 
+	//If notification_select.php is not executed in CMS other than XCL, the selector of in-line is not displayed. 
+	if (is_object($xoopsModule) && $xoopsModule->getVar('hasnotification') == 1 && is_object($xoopsUser)) {
+		require_once $xoops_config->xoops_root_path . '/include/notification_select.php';
+	}
+	
 	$xoopsTpl->assign('xpress', $xpress_data);
 	$templates_file = 'db:'.$mydirname. '_index.html';
