XPressME Integration Kit

Trac


Ignore:
Timestamp:
Apr 13, 2010, 4:19:26 PM (15 years ago)
Author:
toemon
Message:

XOOPS smartyテンプレートタグ$xoops_block_headerに<script>を追加 Fixes #329

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/include/add_xpress_process.php

    r567 r573  
    177177        require_once( dirname( __FILE__ ).'/xpress_block_render.php' );  
    178178        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        } 
    180184        exit();         // The return to wp-blog-header.php is stolen here 
    181185} 
Note: See TracChangeset for help on using the changeset viewer.