Skip to content

Commit

Permalink
Merge pull request #972 from clicktx/fix/remove-module-code-in-template
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess authored Aug 5, 2024
2 parents 814e184 + ce16f4b commit 523d82e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 19 deletions.
5 changes: 0 additions & 5 deletions data/Smarty/templates/admin/order/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -358,11 +358,6 @@
<col width="5%" />
<col width="9%" />
<col width="5%" />
<!--{* ペイジェントモジュール連携用 *}-->
<!--{assign var=path value="`$smarty.const.MODULE_REALDIR`mdl_paygent/paygent_order_index.tpl"}-->
<!--{if file_exists($path)}-->
<!--{include file=$path}-->
<!--{else}-->
<tr>
<th>受注日</th>
<th>注文番号</th>
Expand Down
5 changes: 0 additions & 5 deletions data/Smarty/templates/admin/products/confirm.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,6 @@
</td>
</tr>

<!--{* オペビルダー用 *}-->
<!--{if "sfViewAdminOpe"|function_exists === TRUE}-->
<!--{include file="`$smarty.const.MODULE_REALDIR`mdl_opebuilder/admin_ope_view.tpl"}-->
<!--{/if}-->

<!--{section name=cnt loop=$smarty.const.PRODUCTSUB_MAX}-->
<!--▼商品<!--{$smarty.section.cnt.iteration}-->-->
<tr>
Expand Down
5 changes: 0 additions & 5 deletions data/Smarty/templates/admin/products/product.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -359,11 +359,6 @@
</tr>
</table>
<!--{* オペビルダー用 *}-->
<!--{if "sfViewAdminOpe"|function_exists === TRUE}-->
<!--{include file="`$smarty.const.MODULE_REALDIR`mdl_opebuilder/admin_ope_view.tpl"}-->
<!--{/if}-->
<div class="btn">
<a class="btn-normal" href="javascript:;" onclick="selectAll('category_id'); lfDispSwitch('sub_detail'); return false;"><span>サブ情報表示/非表示</span></a>
</div>
Expand Down
4 changes: 0 additions & 4 deletions data/Smarty/templates/mobile/site_main.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
<!--{strip}-->
<body bgcolor="#ffffff" text="#555555" link="#3a75af" vlink="#3a75af">
<a name="top" id="top"></a>
<!--{* Moba8リクエスト用 *}-->
<!--{if "sfRequestMoba8"|function_exists === TRUE}-->
<!--{include file="`$smarty.const.MODULE_REALDIR`mdl_moba8/request_moba8.tpl"}-->
<!--{/if}-->

<!--{* ▼HeaderHeaderTop COLUMN *}-->
<!--{if !empty($arrPageLayout.HeaderTopNavi)}-->
Expand Down

0 comments on commit 523d82e

Please sign in to comment.