Index: branches/version-2_13-dev/data/class/helper/SC_Helper_PageLayout.php
===================================================================
--- branches/version-2_13-dev/data/class/helper/SC_Helper_PageLayout.php	(revision 23605)
+++ branches/version-2_13-dev/data/class/helper/SC_Helper_PageLayout.php	(revision 23610)
@@ -360,5 +360,8 @@
         foreach ($arrBlocs as $key => $value) {
             $arrBloc =& $arrBlocs[$key];
-            $arrBloc['php_path'] = SC_Utils_Ex::isBlank($arrBloc['php_path']) ? '' : HTML_REALDIR . $arrBloc['php_path'];
+
+            // php_pathがある場合は、pathを追加せずにLC_Page_FrontParts_Blocで処理する
+            if (! SC_Utils_Ex::isBlank($arrBloc['php_path']) ) continue;
+
             $bloc_dir = $this->getTemplatePath($device_type_id) . BLOC_DIR;
             $arrBloc['tpl_path'] = SC_Utils_Ex::isBlank($arrBloc['tpl_path']) ? '' : $bloc_dir . $arrBloc['tpl_path'];
