Index: /branches/feature-module-update/data/include/module.inc
===================================================================
--- /branches/feature-module-update/data/include/module.inc	(revision 16930)
+++ /branches/feature-module-update/data/include/module.inc	(revision 16969)
@@ -121,3 +121,8 @@
 }
 
+/*------------- ▼オペビルダー連携 -------------*/
+if (file_exists(MODULE_PATH. "mdl_opebuilder/include.php") === TRUE) {
+	require_once(MODULE_PATH. "mdl_opebuilder/include.php");
+}
+
 ?>
Index: /branches/feature-module-update/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php
===================================================================
--- /branches/feature-module-update/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php	(revision 16955)
+++ /branches/feature-module-update/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php	(revision 16969)
@@ -104,4 +104,5 @@
 
         // FORMデータの引き継ぎ
+        $this->arrForm['status'] = DEFAULT_PRODUCT_DISP;	// 公開・非公開のデフォルト値
         $this->arrForm = $_POST;
 
@@ -206,6 +207,4 @@
             break;
         default:
-            // 公開・非公開のデフォルト値
-            $this->arrForm['status'] = DEFAULT_PRODUCT_DISP;
             $this->lfProductPage();		// 商品登録ページ
             break;
Index: /branches/feature-module-update/data/Smarty/templates/default/detail.tpl
===================================================================
--- /branches/feature-module-update/data/Smarty/templates/default/detail.tpl	(revision 16583)
+++ /branches/feature-module-update/data/Smarty/templates/default/detail.tpl	(revision 16969)
@@ -194,4 +194,8 @@
     </div>
   </div>
+  <!--{* オペビルダー用 *}-->
+  <!--{if "sfViewDetailOpe"|function_exists === TRUE}-->
+  <!--{include file=`$smarty.const.MODULE_PATH`mdl_opebuilder/detail_ope_view.tpl}-->
+  <!--{/if}-->
   <!--詳細ここまで-->
 
Index: /branches/feature-module-update/data/Smarty/templates/default/mobile/products/detail.tpl
===================================================================
--- /branches/feature-module-update/data/Smarty/templates/default/mobile/products/detail.tpl	(revision 16582)
+++ /branches/feature-module-update/data/Smarty/templates/default/mobile/products/detail.tpl	(revision 16969)
@@ -31,5 +31,10 @@
 <!--詳細ここから-->
 <!--{assign var=key value="main_image"}-->
+<!--{* オペビルダー用 *}-->
+<!--{if "sfViewDetailOpe"|function_exists === TRUE}-->
+<!--{include file=`$smarty.const.MODULE_PATH`mdl_opebuilder/detail_ope_mb_view.tpl}-->
+<!--{else}-->
 <img src="<!--{$arrFile[$key].filepath}-->"><br>
+<!--{/if}-->
 <!--★詳細ﾒｲﾝｺﾒﾝﾄ★-->
 [emoji:76]<!--{$arrProduct.main_comment|nl2br}--><br>
