XPressME Integration Kit

Trac

Changeset 497


Ignore:
Timestamp:
Dec 22, 2009, 10:42:34 AM (14 years ago)
Author:
toemon
Message:

ブロックテンプレートがファイルテンプレートになってしまうバグ修正 Fixes #276

File:
1 edited

Legend:

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

    r486 r497  
    204204                 
    205205                if (isset($temp_option[1])) { 
    206                         $templates_file = $temp_option[1]; 
     206                        $templates_file = $options[1]; 
    207207                } else { 
    208208                        $templates_file = 'db:'.$mydirname. '_' . str_replace(".php", ".html", $block_function_name); 
Note: See TracChangeset for help on using the changeset viewer.