- Timestamp:
- Apr 13, 2010, 4:19:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/include/add_xpress_process.php
r567 r573 177 177 require_once( dirname( __FILE__ ).'/xpress_block_render.php' ); 178 178 xpress_unnecessary_block_cache_delete($xoops_config->module_name); 179 if (is_home()) xpress_block_cache_refresh($xoops_config->module_name); 179 if (is_home()) { 180 xpress_block_cache_refresh($xoops_config->module_name); 181 require_once( dirname( __FILE__ ).'/xpress_block_header.php' ); 182 set_xpress_block_header($xoops_config->module_name); 183 } 180 184 exit(); // The return to wp-blog-header.php is stolen here 181 185 }
Note: See TracChangeset
for help on using the changeset viewer.