Index: /branches/version-2_11-dev/data/Smarty/templates/default/site_main.tpl
===================================================================
--- /branches/version-2_11-dev/data/Smarty/templates/default/site_main.tpl	(revision 20764)
+++ /branches/version-2_11-dev/data/Smarty/templates/default/site_main.tpl	(revision 20809)
@@ -41,7 +41,7 @@
                 <!-- ▼<!--{$HeaderTopNaviItem.bloc_name}--> -->
                 <!--{if $HeaderTopNaviItem.php_path != ""}-->
-                    <!--{include_php file=$HeaderTopNaviItem.php_path}-->
+                    <!--{include_php file=$HeaderTopNaviItem.php_path items=$HeaderTopNaviItem}-->
                 <!--{else}-->
-                    <!--{include file=$HeaderTopNaviItem.tpl_path}-->
+                    <!--{include file=$HeaderTopNaviItem.tpl_path items=$HeaderTopNaviItem}-->
                 <!--{/if}-->
                 <!-- ▲<!--{$HeaderTopNaviItem.bloc_name}--> -->
@@ -67,7 +67,7 @@
                     <!-- ▼<!--{$TopNaviItem.bloc_name}--> -->
                     <!--{if $TopNaviItem.php_path != ""}-->
-                        <!--{include_php file=$TopNaviItem.php_path}-->
-                    <!--{else}-->
-                        <!--{include file=$TopNaviItem.tpl_path}-->
+                        <!--{include_php file=$TopNaviItem.php_path items=$TopNaviItem}-->
+                    <!--{else}-->
+                        <!--{include file=$TopNaviItem.tpl_path items=$TopNaviItem}-->
                     <!--{/if}-->
                     <!-- ▲<!--{$TopNaviItem.bloc_name}--> -->
@@ -85,7 +85,7 @@
                     <!-- ▼<!--{$LeftNaviItem.bloc_name}--> -->
                     <!--{if $LeftNaviItem.php_path != ""}-->
-                        <!--{include_php file=$LeftNaviItem.php_path}-->
-                    <!--{else}-->
-                        <!--{include file=$LeftNaviItem.tpl_path}-->
+                        <!--{include_php file=$LeftNaviItem.php_path items=$LeftNaviItem}-->
+                    <!--{else}-->
+                        <!--{include file=$LeftNaviItem.tpl_path items=$LeftNaviItem}-->
                     <!--{/if}-->
                     <!-- ▲<!--{$LeftNaviItem.bloc_name}--> -->
@@ -116,7 +116,7 @@
                     <!-- ▼<!--{$MainHeadItem.bloc_name}--> -->
                     <!--{if $MainHeadItem.php_path != ""}-->
-                        <!--{include_php file=$MainHeadItem.php_path}-->
-                    <!--{else}-->
-                        <!--{include file=$MainHeadItem.tpl_path}-->
+                        <!--{include_php file=$MainHeadItem.php_path items=$MainHeadItem}-->
+                    <!--{else}-->
+                        <!--{include file=$MainHeadItem.tpl_path items=$MainHeadItem}-->
                     <!--{/if}-->
                     <!-- ▲<!--{$MainHeadItem.bloc_name}--> -->
@@ -134,7 +134,7 @@
                     <!-- ▼<!--{$MainFootItem.bloc_name}--> -->
                     <!--{if $MainFootItem.php_path != ""}-->
-                        <!--{include_php file=$MainFootItem.php_path}-->
-                    <!--{else}-->
-                        <!--{include file=$MainFootItem.tpl_path}-->
+                        <!--{include_php file=$MainFootItem.php_path items=$MainFootItem}-->
+                    <!--{else}-->
+                        <!--{include file=$MainFootItem.tpl_path items=$MainFootItem}-->
                     <!--{/if}-->
                     <!-- ▲<!--{$MainFootItem.bloc_name}--> -->
@@ -152,7 +152,7 @@
                     <!-- ▼<!--{$RightNaviItem.bloc_name}--> -->
                     <!--{if $RightNaviItem.php_path != ""}-->
-                        <!--{include_php file=$RightNaviItem.php_path}-->
-                    <!--{else}-->
-                        <!--{include file=$RightNaviItem.tpl_path}-->
+                        <!--{include_php file=$RightNaviItem.php_path items=$RightNaviItem}-->
+                    <!--{else}-->
+                        <!--{include file=$RightNaviItem.tpl_path items=$RightNaviItem}-->
                     <!--{/if}-->
                     <!-- ▲<!--{$RightNaviItem.bloc_name}--> -->
@@ -170,7 +170,7 @@
                     <!-- ▼<!--{$BottomNaviItem.bloc_name}--> -->
                     <!--{if $BottomNaviItem.php_path != ""}-->
-                        <!--{include_php file=$BottomNaviItem.php_path}-->
-                    <!--{else}-->
-                        <!--{include file=$BottomNaviItem.tpl_path}-->
+                        <!--{include_php file=$BottomNaviItem.php_path items=$BottomNaviItem}-->
+                    <!--{else}-->
+                        <!--{include file=$BottomNaviItem.tpl_path items=$BottomNaviItem}-->
                     <!--{/if}-->
                     <!-- ▲<!--{$BottomNaviItem.bloc_name}--> -->
@@ -196,7 +196,7 @@
                 <!-- ▼<!--{$FooterBottomNaviItem.bloc_name}--> -->
                 <!--{if $FooterBottomNaviItem.php_path != ""}-->
-                    <!--{include_php file=$FooterBottomNaviItem.php_path}-->
+                    <!--{include_php file=$FooterBottomNaviItem.php_path items=$FooterBottomNaviItem}-->
                 <!--{else}-->
-                    <!--{include file=$FooterBottomNaviItem.tpl_path}-->
+                    <!--{include file=$FooterBottomNaviItem.tpl_path items=$FooterBottomNaviItem}-->
                 <!--{/if}-->
                 <!-- ▲<!--{$FooterBottomNaviItem.bloc_name}--> -->
Index: /branches/version-2_11-dev/data/Smarty/templates/default/header.tpl
===================================================================
--- /branches/version-2_11-dev/data/Smarty/templates/default/header.tpl	(revision 20764)
+++ /branches/version-2_11-dev/data/Smarty/templates/default/header.tpl	(revision 20809)
@@ -37,7 +37,7 @@
                     <!-- ▼<!--{$HeaderInternalNaviItem.bloc_name}--> -->
                     <!--{if $HeaderInternalNaviItem.php_path != ""}-->
-                        <!--{include_php file=$HeaderInternalNaviItem.php_path}-->
+                        <!--{include_php file=$HeaderInternalNaviItem.php_path items=$HeaderInternalNaviItem}-->
                     <!--{else}-->
-                        <!--{include file=$HeaderInternalNaviItem.tpl_path}-->
+                        <!--{include file=$HeaderInternalNaviItem.tpl_path items=$HeaderInternalNaviItem}-->
                     <!--{/if}-->
                     <!-- ▲<!--{$HeaderInternalNaviItem.bloc_name}--> -->
Index: /branches/version-2_11-dev/data/Smarty/templates/mobile/site_main.tpl
===================================================================
--- /branches/version-2_11-dev/data/Smarty/templates/mobile/site_main.tpl	(revision 20764)
+++ /branches/version-2_11-dev/data/Smarty/templates/mobile/site_main.tpl	(revision 20809)
@@ -35,7 +35,7 @@
         <!-- ▼<!--{$HeaderTopNaviItem.bloc_name}--> -->
         <!--{if $HeaderTopNaviItem.php_path != ""}-->
-            <!--{include_php file=$HeaderTopNaviItem.php_path}-->
+            <!--{include_php file=$HeaderTopNaviItem.php_path items=$HeaderTopNaviItem}-->
         <!--{else}-->
-            <!--{include file=$HeaderTopNaviItem.tpl_path}-->
+            <!--{include file=$HeaderTopNaviItem.tpl_path items=$HeaderTopNaviItem}-->
         <!--{/if}-->
         <!-- ▲<!--{$HeaderTopNaviItem.bloc_name}--> -->
@@ -55,7 +55,7 @@
         <!-- ▼<!--{$TopNaviItem.bloc_name}--> -->
         <!--{if $TopNaviItem.php_path != ""}-->
-            <!--{include_php file=$TopNaviItem.php_path}-->
+            <!--{include_php file=$TopNaviItem.php_path items=$TopNaviItem}-->
         <!--{else}-->
-            <!--{include file=$TopNaviItem.tpl_path}-->
+            <!--{include file=$TopNaviItem.tpl_path items=$TopNaviItem}-->
         <!--{/if}-->
         <!-- ▲<!--{$TopNaviItem.bloc_name}--> -->
@@ -70,7 +70,7 @@
         <!-- ▼<!--{$MainHeadItem.bloc_name}--> -->
         <!--{if $MainHeadItem.php_path != ""}-->
-           <!--{include_php file=$MainHeadItem.php_path}-->
+           <!--{include_php file=$MainHeadItem.php_path items=$MainHeadItem}-->
         <!--{else}-->
-            <!--{include file=$MainHeadItem.tpl_path}-->
+            <!--{include file=$MainHeadItem.tpl_path items=$MainHeadItem}-->
         <!--{/if}-->
         <!-- ▲<!--{$MainHeadItem.bloc_name}--> -->
@@ -88,7 +88,7 @@
         <!-- ▼<!--{$MainFootItem.bloc_name}--> -->
         <!--{if $MainFootItem.php_path != ""}-->
-            <!--{include_php file=$MainFootItem.php_path}-->
+            <!--{include_php file=$MainFootItem.php_path items=$MainFootItem}-->
         <!--{else}-->
-            <!--{include file=$MainFootItem.tpl_path}-->
+            <!--{include file=$MainFootItem.tpl_path items=$MainFootItem}-->
         <!--{/if}-->
         <!-- ▲<!--{$MainFootItem.bloc_name}--> -->
@@ -103,7 +103,7 @@
         <!-- ▼<!--{$BottomNaviItem.bloc_name}--> -->
         <!--{if $BottomNaviItem.php_path != ""}-->
-            <!--{include_php file=$BottomNaviItem.php_path}-->
+            <!--{include_php file=$BottomNaviItem.php_path items=$BottomNaviItem}-->
         <!--{else}-->
-            <!--{include file=$BottomNaviItem.tpl_path}-->
+            <!--{include file=$BottomNaviItem.tpl_path items=$BottomNaviItem}-->
         <!--{/if}-->
         <!-- ▲<!--{$BottomNaviItem.bloc_name}--> -->
@@ -123,7 +123,7 @@
         <!-- ▼<!--{$FooterBottomNaviItem.bloc_name}--> -->
         <!--{if $FooterBottomNaviItem.php_path != ""}-->
-            <!--{include_php file=$FooterBottomNaviItem.php_path}-->
+            <!--{include_php file=$FooterBottomNaviItem.php_path items=$BottomNaviItem}-->
         <!--{else}-->
-            <!--{include file=$FooterBottomNaviItem.tpl_path}-->
+            <!--{include file=$FooterBottomNaviItem.tpl_path items=$FooterBottomNaviItem}-->
         <!--{/if}-->
         <!-- ▲<!--{$FooterBottomNaviItem.bloc_name}--> -->
Index: /branches/version-2_11-dev/data/Smarty/templates/mobile/site_frame.tpl
===================================================================
--- /branches/version-2_11-dev/data/Smarty/templates/mobile/site_frame.tpl	(revision 20764)
+++ /branches/version-2_11-dev/data/Smarty/templates/mobile/site_frame.tpl	(revision 20809)
@@ -35,7 +35,7 @@
 <!--{* ▼<!--{$HeadNaviItem.bloc_name}--> ここから*}-->
 <!--{if $HeadNaviItem.php_path != ""}-->
-<!--{include_php file=$HeadNaviItem.php_path}-->
+<!--{include_php file=$HeadNaviItem.php_path items=$HeadNaviItem}-->
 <!--{else}-->
-<!--{include file=$HeadNaviItem.tpl_path}-->
+<!--{include file=$HeadNaviItem.tpl_path items=$HeadNaviItem}-->
 <!--{/if}-->
 <!--{* ▲<!--{$HeadNaviItem.bloc_name}--> ここまで*}-->
Index: /branches/version-2_11-dev/data/Smarty/templates/mobile/header.tpl
===================================================================
--- /branches/version-2_11-dev/data/Smarty/templates/mobile/header.tpl	(revision 20764)
+++ /branches/version-2_11-dev/data/Smarty/templates/mobile/header.tpl	(revision 20809)
@@ -28,7 +28,7 @@
         <!-- ▼<!--{$HeaderInternalNaviItem.bloc_name}--> -->
         <!--{if $HeaderInternalNaviItem.php_path != ""}-->
-            <!--{include_php file=$HeaderInternalNaviItem.php_path}-->
+            <!--{include_php file=$HeaderInternalNaviItem.php_path items=$HeaderInternalNaviItem}-->
         <!--{else}-->
-            <!--{include file=$HeaderInternalNaviItem.tpl_path}-->
+            <!--{include file=$HeaderInternalNaviItem.tpl_path items=$HeaderInternalNaviItem}-->
         <!--{/if}-->
         <!-- ▲<!--{$HeaderInternalNaviItem.bloc_name}--> -->
Index: /branches/version-2_11-dev/data/Smarty/templates/sphone/site_main.tpl
===================================================================
--- /branches/version-2_11-dev/data/Smarty/templates/sphone/site_main.tpl	(revision 20764)
+++ /branches/version-2_11-dev/data/Smarty/templates/sphone/site_main.tpl	(revision 20809)
@@ -36,7 +36,7 @@
                 <!-- ▼<!--{$HeaderTopNaviItem.bloc_name}--> -->
                 <!--{if $HeaderTopNaviItem.php_path != ""}-->
-                    <!--{include_php file=$HeaderTopNaviItem.php_path}-->
+                    <!--{include_php file=$HeaderTopNaviItem.php_path items=$HeaderTopNaviItem}-->
                 <!--{else}-->
-                    <!--{include file=$HeaderTopNaviItem.tpl_path}-->
+                    <!--{include file=$HeaderTopNaviItem.tpl_path items=$HeaderTopNaviItem}-->
                 <!--{/if}-->
                 <!-- ▲<!--{$HeaderTopNaviItem.bloc_name}--> -->
@@ -60,7 +60,7 @@
                     <!-- ▼<!--{$TopNaviItem.bloc_name}--> -->
                     <!--{if $TopNaviItem.php_path != ""}-->
-                        <!--{include_php file=$TopNaviItem.php_path}-->
+                        <!--{include_php file=$TopNaviItem.php_path items=$TopNaviItem}-->
                     <!--{else}-->
-                        <!--{include file=$TopNaviItem.tpl_path}-->
+                        <!--{include file=$TopNaviItem.tpl_path items=$TopNaviItem}-->
                     <!--{/if}-->
                     <!-- ▲<!--{$TopNaviItem.bloc_name}--> -->
@@ -78,7 +78,7 @@
                     <!-- ▼<!--{$MainHeadItem.bloc_name}--> -->
                     <!--{if $MainHeadItem.php_path != ""}-->
-                        <!--{include_php file=$MainHeadItem.php_path}-->
+                        <!--{include_php file=$MainHeadItem.php_path items=$MainHeadItem}-->
                     <!--{else}-->
-                        <!--{include file=$MainHeadItem.tpl_path}-->
+                        <!--{include file=$MainHeadItem.tpl_path items=$MainHeadItem}-->
                     <!--{/if}-->
                     <!-- ▲<!--{$MainHeadItem.bloc_name}--> -->
@@ -96,7 +96,7 @@
                     <!-- ▼<!--{$MainFootItem.bloc_name}--> -->
                     <!--{if $MainFootItem.php_path != ""}-->
-                        <!--{include_php file=$MainFootItem.php_path}-->
+                        <!--{include_php file=$MainFootItem.php_path items=$MainFootItem}-->
                     <!--{else}-->
-                        <!--{include file=$MainFootItem.tpl_path}-->
+                        <!--{include file=$MainFootItem.tpl_path items=$MainFootItem}-->
                     <!--{/if}-->
                     <!-- ▲<!--{$MainFootItem.bloc_name}--> -->
@@ -114,7 +114,7 @@
                     <!-- ▼<!--{$BottomNaviItem.bloc_name}--> -->
                     <!--{if $BottomNaviItem.php_path != ""}-->
-                        <!--{include_php file=$BottomNaviItem.php_path}-->
+                        <!--{include_php file=$BottomNaviItem.php_path items=$BottomNaviItem}-->
                     <!--{else}-->
-                        <!--{include file=$BottomNaviItem.tpl_path}-->
+                        <!--{include file=$BottomNaviItem.tpl_path items=$BottomNaviItem}-->
                     <!--{/if}-->
                     <!-- ▲<!--{$BottomNaviItem.bloc_name}--> -->
@@ -139,7 +139,7 @@
                 <!-- ▼<!--{$FooterBottomNaviItem.bloc_name}--> -->
                 <!--{if $FooterBottomNaviItem.php_path != ""}-->
-                    <!--{include_php file=$FooterBottomNaviItem.php_path}-->
+                    <!--{include_php file=$FooterBottomNaviItem.php_path items=$FooterBottomNaviItem}-->
                 <!--{else}-->
-                    <!--{include file=$FooterBottomNaviItem.tpl_path}-->
+                    <!--{include file=$FooterBottomNaviItem.tpl_path items=$FooterBottomNaviItem}-->
                 <!--{/if}-->
                 <!-- ▲<!--{$FooterBottomNaviItem.bloc_name}--> -->
Index: /branches/version-2_11-dev/data/Smarty/templates/sphone/site_frame.tpl
===================================================================
--- /branches/version-2_11-dev/data/Smarty/templates/sphone/site_frame.tpl	(revision 20793)
+++ /branches/version-2_11-dev/data/Smarty/templates/sphone/site_frame.tpl	(revision 20809)
@@ -84,7 +84,7 @@
         <!--{* ▼<!--{$HeadNaviItem.bloc_name}--> ここから*}-->
           <!--{if $HeadNaviItem.php_path != ""}-->
-            <!--{include_php file=$HeadNaviItem.php_path}-->
+            <!--{include_php file=$HeadNaviItem.php_path items=$HeadNaviItem}-->
           <!--{else}-->
-            <!--{include file=$HeadNaviItem.tpl_path}-->
+            <!--{include file=$HeadNaviItem.tpl_path items=$HeadNaviItem}-->
           <!--{/if}-->
         <!--{* ▲<!--{$HeadNaviItem.bloc_name}--> ここまで*}-->
