[Svn-src-all:870] [version-2_5-dev 19757] #787 商品の規格選択が正常に動作しないため$tpl_javascriptの読み込みを追加

no61 admin @ mail.ec-cube.net
2010年 12月 24日 (金) 16:44:41 JST


Subversion committed to /home/svn/open 19757
http://svn.ec-cube.net/open_trac/changeset/19757
┌────────────────────────────┐
│更新者 :  no61                                         │
│更新日時:  2010-12-24 16:44:41 +0900 (金, 24 12月 2010)│
└────────────────────────────┘

Log:
--------------------------------------------------------
#787 商品の規格選択が正常に動作しないため$tpl_javascriptの読み込みを追加

Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_5-dev/data/Smarty/templates/sphone/site_frame.tpl

変更: branches/version-2_5-dev/data/Smarty/templates/sphone/site_frame.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/sphone/site_frame.tpl	2010-12-24 04:59:46 UTC (rev 19756)
+++ branches/version-2_5-dev/data/Smarty/templates/sphone/site_frame.tpl	2010-12-24 07:44:41 UTC (rev 19757)
@@ -30,7 +30,7 @@
 <meta http-equiv="Content-Script-Type" content="text/javascript" />
 <meta http-equiv="Content-Style-Type" content="text/css" />
 <!--{* 共通CSS *}-->
-<link rel="stylesheet" media="only screen" href="<!--{$TPL_DIR}-->css/import.css" type="text/css" /> 
+<link rel="stylesheet" media="only screen" href="<!--{$TPL_DIR}-->css/import.css" type="text/css" />
 
 <script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/navi.js"></script>
 <script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/win_op.js"></script>
@@ -53,6 +53,11 @@
 <!--{* iPhone用アイコン画像 *}-->
 <link rel="apple-touch-icon" href="<!--{$smarty.const.SMARTPHONE_URL_DIR}-->sphone/apple-touch-icon.png" />
 
+<script type="text/javascript">//<![CDATA[
+    <!--{$tpl_javascript}-->
+//]]>
+</script>
+
 </head>
 
 <!-- ▼BODY部 スタート -->




Svn-src-all メーリングリストの案内