XPressME Integration Kit

Trac

Changeset 97


Ignore:
Timestamp:
Mar 6, 2009, 6:25:37 PM (15 years ago)
Author:
toemon
Message:

モジュール外にブロックを配置したとき、ブロックのスタイルシートを読み込まないバグを修正
#63 修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/xpress_block_render.php

    r96 r97  
    130130                $this_url = '/modules/'. $mydirname; 
    131131                $call_url = $_SERVER['REQUEST_URI']; 
    132                 if (strstr($call_url,$this_url)){ 
    133                         xpress_block_css_set($mydirname); 
    134                          
     132                 
     133                xpress_block_css_set($mydirname); 
     134                if (strstr($call_url,$this_url)){                        
    135135                        $block_theme_file = get_block_file_path($mydirname,$inc_theme_file_name); 
    136136                        require_once $block_theme_file; 
Note: See TracChangeset for help on using the changeset viewer.