Changeset 23660 for branches


Ignore:
Timestamp:
2014/10/20 10:34:25 (10 years ago)
Author:
kim
Message:

#2426 r23610 をリバート

対応について方針を固めるため、2.13.3では一旦リバートさせていただきます。

File:
1 edited

Legend:

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

    r23611 r23660  
    361361            $arrBloc =& $arrBlocs[$key]; 
    362362            $arrBloc['php_path'] = SC_Utils_Ex::isBlank($arrBloc['php_path']) ? '' : HTML_REALDIR . $arrBloc['php_path']; 
    363             // php_pathがある場合は、pathを追加せずにLC_Page_FrontParts_Blocで処理する 
    364             if (! SC_Utils_Ex::isBlank($arrBloc['php_path']) ) continue; 
    365  
    366363            $bloc_dir = $this->getTemplatePath($device_type_id) . BLOC_DIR; 
    367364            $arrBloc['tpl_path'] = SC_Utils_Ex::isBlank($arrBloc['tpl_path']) ? '' : $bloc_dir . $arrBloc['tpl_path']; 
Note: See TracChangeset for help on using the changeset viewer.