Changeset 343 for trunk/xpressme_integration_kit/include/xpress_render.php
- Timestamp:
- Jul 23, 2009, 12:55:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/include/xpress_render.php
r317 r343 148 148 function xpress_render($contents){ 149 149 global $xoops_config , $xoopsTpl,$xpress_config; 150 global $xoopsUser; 151 150 152 xpress_remake_global_for_permlink(); 151 153 $mydirname = basename(dirname(dirname(__FILE__))); … … 218 220 $xpress_data['now_user_level'] = xpress_now_user_level('echo=0'); 219 221 222 //If notification_select.php is not executed in CMS other than XCL, the selector of in-line is not displayed. 223 if (is_object($xoopsModule) && $xoopsModule->getVar('hasnotification') == 1 && is_object($xoopsUser)) { 224 require_once $xoops_config->xoops_root_path . '/include/notification_select.php'; 225 } 226 220 227 $xoopsTpl->assign('xpress', $xpress_data); 221 228 $templates_file = 'db:'.$mydirname. '_index.html';
Note: See TracChangeset
for help on using the changeset viewer.