Changeset 23611


Ignore:
Timestamp:
2014/08/28 17:06:46 (10 years ago)
Author:
kimoto
Message:

#2426 ブロックのtpl_pathに絶対パスが指定できない
r23610 の修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/helper/SC_Helper_PageLayout.php

    r23610 r23611  
    360360        foreach ($arrBlocs as $key => $value) { 
    361361            $arrBloc =& $arrBlocs[$key]; 
    362  
     362            $arrBloc['php_path'] = SC_Utils_Ex::isBlank($arrBloc['php_path']) ? '' : HTML_REALDIR . $arrBloc['php_path']; 
    363363            // php_pathがある場合は、pathを追加せずにLC_Page_FrontParts_Blocで処理する 
    364364            if (! SC_Utils_Ex::isBlank($arrBloc['php_path']) ) continue; 
Note: See TracChangeset for help on using the changeset viewer.