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 23610)
+++ branches/version-2_13-dev/data/class/helper/SC_Helper_PageLayout.php	(revision 23611)
@@ -360,5 +360,5 @@
         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;
