XPressME Integration Kit

Trac

Changeset 116


Ignore:
Timestamp:
Mar 18, 2009, 6:06:00 PM (15 years ago)
Author:
toemon
Message:

ブロックのスタイルシート名をstyle.cssからblock_style.cssに変更

Location:
trunk
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/xpress_block_render.php

    r98 r116  
    7171                $mydirpath = $xoops_config->xoops_root_path . '/modules/' . $mydirname; 
    7272                $select_theme = get_xpress_theme_name($mydirname); 
    73                 $style_file = $mydirpath . '/wp-content/themes/' . $select_theme . '/blocks/style.css'; 
     73                $style_file = $mydirpath . '/wp-content/themes/' . $select_theme . '/blocks/block_style.css'; 
    7474                if (file_exists($style_file)) 
    75                         return $xoops_config->xoops_url . '/modules/' .$mydirname . '/wp-content/themes/' . $select_theme . '/blocks/style.css'; 
     75                        return $xoops_config->xoops_url . '/modules/' .$mydirname . '/wp-content/themes/' . $select_theme . '/blocks/block_style.css'; 
    7676                else     
    77                         return $xoops_config->xoops_url . '/modules/' .$mydirname . '/wp-content/themes/xpress_default/blocks/style.css'; 
     77                        return $xoops_config->xoops_url . '/modules/' .$mydirname . '/wp-content/themes/xpress_default/blocks/block_style.css'; 
    7878        } 
    7979 
Note: See TracChangeset for help on using the changeset viewer.