Skip to content

Commit

Permalink
EC-CUBE#2427 (SC_SessionFactory_UseRequest#initSession URLパスでリダイレクトしている)
Browse files Browse the repository at this point in the history
#2445 (TOPページのURLに揺らぎがある)
#2446 (HTTP へ復帰すべき画面遷移でも HTTPS が維持される)
  • Loading branch information
Seasoft authored and Seasoft committed Oct 28, 2013
1 parent 27012e4 commit c553fda
Show file tree
Hide file tree
Showing 43 changed files with 74 additions and 62 deletions.
2 changes: 1 addition & 1 deletion data/Smarty/templates/default/contact/complete.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<div class="btn_area">
<ul>
<li>
<a href="<!--{$smarty.const.TOP_URLPATH}-->"><img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_toppage.jpg" alt="トップページへ" /></a>
<a href="<!--{$smarty.const.TOP_URL}-->"><img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_toppage.jpg" alt="トップページへ" /></a>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/default/entry/complete.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<div class="btn_area">
<ul>
<li>
<a href="<!--{$smarty.const.TOP_URLPATH}-->"><img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_toppage.jpg" alt="トップページへ" /></a>
<a href="<!--{$smarty.const.TOP_URL}-->"><img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_toppage.jpg" alt="トップページへ" /></a>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/default/entry/kiyaku.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div class="btn_area">
<ul>
<li>
<a href="<!--{$smarty.const.TOP_URLPATH}-->">
<a href="<!--{$smarty.const.TOP_URL}-->">
<img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_entry_cannot.jpg" alt="同意しない" />
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/default/error.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<ul>
<li>
<!--{if $return_top}-->
<a href="<!--{$smarty.const.TOP_URLPATH}-->"><img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_toppage.jpg" alt="トップページへ" /></a>
<a href="<!--{$smarty.const.TOP_URL}-->"><img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_toppage.jpg" alt="トップページへ" /></a>
<!--{else}-->
<a href="javascript:history.back()"><img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_back.jpg" alt="戻る" /></a>
<!--{/if}-->
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/default/frontparts/bloc/cart.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<!--{/if}-->
</div>
<div class="btn">
<a href="<!--{$smarty.const.CART_URLPATH}-->"><img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_bloc_cart.jpg" alt="カゴの中を見る" /></a>
<a href="<!--{$smarty.const.CART_URL}-->"><img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_bloc_cart.jpg" alt="カゴの中を見る" /></a>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions data/Smarty/templates/default/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div id="header" class="clearfix">
<div id="logo_area">
<p id="site_description">EC-CUBE発!世界中を旅して見つけた立方体グルメを立方隊長が直送!</p>
<a href="<!--{$smarty.const.TOP_URLPATH}-->"><img src="<!--{$TPL_URLPATH}-->img/common/logo.gif" alt="<!--{$arrSiteInfo.shop_name|h}-->/<!--{$tpl_title|h}-->" /></a>
<a href="<!--{$smarty.const.TOP_URL}-->"><img src="<!--{$TPL_URLPATH}-->img/common/logo.gif" alt="<!--{$arrSiteInfo.shop_name|h}-->/<!--{$tpl_title|h}-->" /></a>
</div>
<div id="header_utility">
<div id="headerInternalColumn">
Expand Down Expand Up @@ -55,7 +55,7 @@
<a href="<!--{$smarty.const.ROOT_URLPATH}-->entry/kiyaku.php"><img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/common/btn_header_entry.jpg" alt="会員登録" /></a>
</li>
<li>
<a href="<!--{$smarty.const.CART_URLPATH}-->"><img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/common/btn_header_cart.jpg" alt="カゴの中を見る" /></a>
<a href="<!--{$smarty.const.CART_URL}-->"><img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/common/btn_header_cart.jpg" alt="カゴの中を見る" /></a>
</li>
</ul>
</div>
Expand Down
10 changes: 5 additions & 5 deletions data/Smarty/templates/default/mypage/navi.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@

<!--{* 退会状態 *}-->
<!--{else}-->
<li><a href="<!--{$smarty.const.TOP_URLPATH}-->" class="<!--{if $tpl_mypageno == 'index'}--> selected<!--{/if}-->">
<li><a href="<!--{$smarty.const.TOP_URL}-->" class="<!--{if $tpl_mypageno == 'index'}--> selected<!--{/if}-->">
購入履歴一覧</a></li>
<!--{if $smarty.const.OPTION_FAVORITE_PRODUCT == 1}-->
<li><a href="<!--{$smarty.const.TOP_URLPATH}-->" class="<!--{if $tpl_mypageno == 'favorite'}--> selected<!--{/if}-->">
<li><a href="<!--{$smarty.const.TOP_URL}-->" class="<!--{if $tpl_mypageno == 'favorite'}--> selected<!--{/if}-->">
お気に入り一覧</a></li>
<!--{/if}-->
<li><a href="<!--{$smarty.const.TOP_URLPATH}-->" class="<!--{if $tpl_mypageno == 'change'}--> selected<!--{/if}-->">
<li><a href="<!--{$smarty.const.TOP_URL}-->" class="<!--{if $tpl_mypageno == 'change'}--> selected<!--{/if}-->">
会員登録内容変更</a></li>
<li><a href="<!--{$smarty.const.TOP_URLPATH}-->" class="<!--{if $tpl_mypageno == 'delivery'}--> selected<!--{/if}-->">
<li><a href="<!--{$smarty.const.TOP_URL}-->" class="<!--{if $tpl_mypageno == 'delivery'}--> selected<!--{/if}-->">
お届け先追加・変更</a></li>
<li><a href="<!--{$smarty.const.TOP_URLPATH}-->" class="<!--{if $tpl_mypageno == 'refusal'}--> selected<!--{/if}-->">
<li><a href="<!--{$smarty.const.TOP_URL}-->" class="<!--{if $tpl_mypageno == 'refusal'}--> selected<!--{/if}-->">
退会手続き</a></li>
<!--{/if}-->
</ul>
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/default/regist/complete.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div class="btn_area">
<ul>
<li>
<a href="<!--{$smarty.const.TOP_URLPATH}-->"><img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_toppage.jpg" alt="トップページへ" /></a>
<a href="<!--{$smarty.const.TOP_URL}-->"><img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_toppage.jpg" alt="トップページへ" /></a>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/default/shopping/complete.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<div class="btn_area">
<ul>
<li>
<a href="<!--{$smarty.const.TOP_URLPATH}-->">
<a href="<!--{$smarty.const.TOP_URL}-->">
<img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_toppage.jpg" alt="トップページへ" />
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/default/shopping/deliv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<div class="btn_area">
<ul>
<li>
<a href="<!--{$smarty.const.CART_URLPATH}-->">
<a href="<!--{$smarty.const.CART_URL}-->">
<img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_back.jpg" alt="戻る" />
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/default/shopping/multiple.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<div class="btn_area">
<ul>
<li>
<a href="<!--{$smarty.const.CART_URLPATH}-->">
<a href="<!--{$smarty.const.CART_URL}-->">
<img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_back.jpg" alt="戻る" name="back03" id="back03" />
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/default/shopping/payment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
*/
function remoteException(XMLHttpRequest, textStatus, errorThrown) {
alert('通信中にエラーが発生しました。カート画面に移動します。');
location.href = '<!--{$smarty.const.CART_URLPATH}-->';
location.href = '<!--{$smarty.const.CART_URL}-->';
}
/**
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/mobile/entry/kiyaku.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
<!--{/if}-->

<a href="<!--{$smarty.const.HTTPS_URL}-->entry/<!--{$smarty.const.DIR_INDEX_PATH}-->?<!--{$smarty.const.SID}-->" accesskey="1"><!--{1|numeric_emoji}-->同意して登録へ</a><br>
<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="2"><!--{2|numeric_emoji}-->同意しない</a>
<a href="<!--{$smarty.const.TOP_URL}-->?<!--{$smarty.const.SID|h}-->" accesskey="2"><!--{2|numeric_emoji}-->同意しない</a>
<!--{/strip}-->
2 changes: 1 addition & 1 deletion data/Smarty/templates/mobile/error.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
<!--{if $return_top}-->
<br>
<br>
<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a>
<a href="<!--{$smarty.const.TOP_URL}-->?<!--{$smarty.const.SID|h}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a>
<!--{/if}-->
<!--{/strip}-->
4 changes: 2 additions & 2 deletions data/Smarty/templates/mobile/footer.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<hr>

<a href="<!--{$smarty.const.HTTPS_URL}-->mypage/login.php?<!--{$smarty.const.SID}-->" accesskey="8" utn><!--{8|numeric_emoji}-->MYページ</a><br>
<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごの中を見る</a><br>
<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
<a href="<!--{$smarty.const.CART_URL}-->?<!--{$smarty.const.SID|h}-->" accesskey="9"><!--{9|numeric_emoji}-->かごの中を見る</a><br>
<a href="<!--{$smarty.const.TOP_URL}-->?<!--{$smarty.const.SID|h}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
<br>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
Expand Down
4 changes: 2 additions & 2 deletions data/Smarty/templates/sphone/cart/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<!--{/if}-->
<!--{/if}-->

<form name="form<!--{$key}-->" id="form<!--{$key}-->" method="post" action="<!--{$smarty.const.CART_URLPATH|h}-->">
<form name="form<!--{$key}-->" id="form<!--{$key}-->" method="post" action="<!--{$smarty.const.CART_URL|h}-->">
<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
<!--{if 'sfGMOCartDisplay'|function_exists}-->
<!--{'sfGMOCartDisplay'|call_user_func}-->
Expand Down Expand Up @@ -155,7 +155,7 @@
<p class="empty"><em>※ 現在カート内に商品はございません。</em></p>
<!--{/if}-->

<p><a rel="external" href="<!--{$smarty.const.ROOT_URLPATH}-->" class="btn_sub">お買い物を続ける</a></p>
<p><a rel="external" href="<!--{$smarty.const.TOP_URL}-->" class="btn_sub">お買い物を続ける</a></p>

</div><!-- /.form_area -->

Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/sphone/contact/complete.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</div>

<div class="btn_area">
<a class="btn_s btn_sub" href="<!--{$smarty.const.TOP_URLPATH}-->">トップページへ</a>
<a class="btn_s btn_sub" href="<!--{$smarty.const.TOP_URL}-->">トップページへ</a>
</div>
<hr>
<div class="shopInformation">
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/sphone/entry/complete.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<hr>
<div id="completetext">
<p>今後ともご愛顧賜りますよう、よろしくお願い申し上げます。</p>
<a rel="external" class="btn_s btn_sub" href="<!--{$smarty.const.TOP_URLPATH}-->">トップページへ</a>
<a rel="external" class="btn_s btn_sub" href="<!--{$smarty.const.TOP_URL}-->">トップページへ</a>
</div>
</section>

Expand Down
4 changes: 2 additions & 2 deletions data/Smarty/templates/sphone/entry/kiyaku.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div class="btn_area">
<ul>
<li><a href="<!--{$smarty.const.ENTRY_URL}-->" class="btn" rel="external">同意して会員登録へ</a></li>
<li><a href="<!--{$smarty.const.TOP_URLPATH}-->" class="btn_back" rel="external">同意しない</a></li>
<li><a href="<!--{$smarty.const.TOP_URL}-->" class="btn_back" rel="external">同意しない</a></li>
</ul>
</div>

Expand All @@ -40,7 +40,7 @@
<div class="btn_area">
<ul class="btn_btm">
<li><a href="<!--{$smarty.const.ENTRY_URL}-->" class="btn" rel="external">同意して会員登録へ</a></li>
<li><a href="<!--{$smarty.const.TOP_URLPATH}-->" class="btn_back" rel="external">同意しない</a></li>
<li><a href="<!--{$smarty.const.TOP_URL}-->" class="btn_back" rel="external">同意しない</a></li>
</ul>
</div>
</section>
Expand Down
4 changes: 2 additions & 2 deletions data/Smarty/templates/sphone/frontparts/bloc/login.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<ul>
<li><a rel="external" href="javascript:void(document.login_form_bloc.submit())"><img src="<!--{$TPL_URLPATH}-->img/icon/ico_login.png" width="22" height="21" alt="ログアウト" />ログアウト</a></li>
<li><a rel="external" href="<!--{$smarty.const.HTTPS_URL}-->mypage/login.php" data-transition="slideup"><img src="<!--{$TPL_URLPATH}-->img/icon/ico_mypage.png" width="22" height="21" alt="MYページ" />MYページ</a></li>
<li><a rel="external" href="<!--{$smarty.const.CART_URLPATH|h}-->"><img src="<!--{$TPL_URLPATH}-->img/icon/ico_cart.png" width="22" height="21" alt="カートを見る" />カートを見る</a></li>
<li><a rel="external" href="<!--{$smarty.const.CART_URL|h}-->"><img src="<!--{$TPL_URLPATH}-->img/icon/ico_cart.png" width="22" height="21" alt="カートを見る" />カートを見る</a></li>
</ul>
<!--{else}-->
<ul>
<li><a href="<!--{$smarty.const.HTTPS_URL}-->mypage/login.php" data-transition="slideup"><img src="<!--{$TPL_URLPATH}-->img/icon/ico_login.png" width="22" height="21" alt="ログイン" />ログイン</a></li>
<li><a href="<!--{$smarty.const.HTTPS_URL}-->mypage/login.php" data-transition="slideup"><img src="<!--{$TPL_URLPATH}-->img/icon/ico_mypage.png" width="22" height="21" alt="MYページ" />MYページ</a></li>
<li><a rel="external" href="<!--{$smarty.const.CART_URLPATH|h}-->"><img src="<!--{$TPL_URLPATH}-->img/icon/ico_cart.png" width="22" height="21" alt="カートを見る" />カートを見る</a></li>
<li><a rel="external" href="<!--{$smarty.const.CART_URL|h}-->"><img src="<!--{$TPL_URLPATH}-->img/icon/ico_cart.png" width="22" height="21" alt="カートを見る" />カートを見る</a></li>
</ul>
<!--{/if}-->
</nav>
Expand Down
4 changes: 2 additions & 2 deletions data/Smarty/templates/sphone/frontparts/bloc/navi_footer.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
<li><a data-transition="slideup" href="<!--{$smarty.const.HTTPS_URL}-->mypage/login.php"><img src="<!--{$TPL_URLPATH}-->img/button/btn_footer_mypage_off.png" alt="MYページ" width="75" height="50" /></a></li>
<li><a data-transition="slideup" href="<!--{$smarty.const.HTTPS_URL}-->mypage/login.php"><img src="<!--{$TPL_URLPATH}-->img/button/btn_footer_favorite_off.png" alt="お気に入り" width="75" height="50" /></a></li>
<!--{/if}-->
<li><a rel="external" href="<!--{$smarty.const.CART_URLPATH|h}-->"><img src="<!--{$TPL_URLPATH}-->img/button/btn_footer_cart_off.png" alt="カゴの中を見る" width="75" height="50" /></a></li>
<li><a rel="external" href="<!--{$smarty.const.ROOT_URLPATH}-->"><img src="<!--{$TPL_URLPATH}-->img/button/btn_footer_toppage_off.png" alt="トップページへ" width="75" height="50" /></a></li>
<li><a rel="external" href="<!--{$smarty.const.CART_URL|h}-->"><img src="<!--{$TPL_URLPATH}-->img/button/btn_footer_cart_off.png" alt="カゴの中を見る" width="75" height="50" /></a></li>
<li><a rel="external" href="<!--{$smarty.const.TOP_URL}-->"><img src="<!--{$TPL_URLPATH}-->img/button/btn_footer_toppage_off.png" alt="トップページへ" width="75" height="50" /></a></li>
</ul>
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<div class="popup_cart">
<!--{if count($arrCartList) > 0}-->
<h2><a rel="external" href="<!--{$smarty.const.CART_URLPATH|h}-->">カートの中</a></h2>
<h2><a rel="external" href="<!--{$smarty.const.CART_URL|h}-->">カートの中</a></h2>
<!--{foreach from=$arrCartList item=key}-->
<div class="product_type">
<!--{if count($arrCartList) > 1}-->
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/sphone/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!--{strip}-->
<header class="global_header clearfix">
<div id="logo_area">
<a rel="external" href="<!--{$smarty.const.ROOT_URLPATH}-->"><img src="<!--{$TPL_URLPATH}-->img/header/logo.png" width="150" height="25" alt="<!--{$arrSiteInfo.shop_name|h}-->" /></a>
<a rel="external" href="<!--{$smarty.const.TOP_URL}-->"><img src="<!--{$TPL_URLPATH}-->img/header/logo.png" width="150" height="25" alt="<!--{$arrSiteInfo.shop_name|h}-->" /></a>
</div>
<div class="header_utility">
<!--{* ▼HeaderInternal COLUMN *}-->
Expand Down
10 changes: 5 additions & 5 deletions data/Smarty/templates/sphone/mypage/navi.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
<!--{else}-->

<!--{* 退会状態 *}-->
<li class="nav_delivadd"><a href="<!--{$smarty.const.TOP_URLPATH}-->" class="<!--{if $tpl_mypageno == 'delivery'}--> selected<!--{/if}-->" rel="external">お届け先追加・変更</a></li>
<li class="nav_change"><a href="<!--{$smarty.const.TOP_URLPATH}-->" class="<!--{if $tpl_mypageno == 'change'}--> selected<!--{/if}-->" rel="external">会員内容変更</a></li>
<li class="nav_history"><a href="<!--{$smarty.const.TOP_URLPATH}-->" class="<!--{if $tpl_mypageno == 'index'}--> selected<!--{/if}-->" rel="external">購入履歴</a></li>
<li class="nav_delivadd"><a href="<!--{$smarty.const.TOP_URL}-->" class="<!--{if $tpl_mypageno == 'delivery'}--> selected<!--{/if}-->" rel="external">お届け先追加・変更</a></li>
<li class="nav_change"><a href="<!--{$smarty.const.TOP_URL}-->" class="<!--{if $tpl_mypageno == 'change'}--> selected<!--{/if}-->" rel="external">会員内容変更</a></li>
<li class="nav_history"><a href="<!--{$smarty.const.TOP_URL}-->" class="<!--{if $tpl_mypageno == 'index'}--> selected<!--{/if}-->" rel="external">購入履歴</a></li>
<!--{if $smarty.const.OPTION_FAVORITE_PRODUCT == 1}-->
<li class="nav_favorite"><a href="<!--{$smarty.const.TOP_URLPATH}-->" class="<!--{if $tpl_mypageno == 'favorite'}--> selected<!--{/if}-->" rel="external">お気に入り</a></li>
<li class="nav_favorite"><a href="<!--{$smarty.const.TOP_URL}-->" class="<!--{if $tpl_mypageno == 'favorite'}--> selected<!--{/if}-->" rel="external">お気に入り</a></li>
<!--{/if}-->
<li class="nav_refusal"><a href="<!--{$smarty.const.TOP_URLPATH}-->" class="<!--{if $tpl_mypageno == 'refusal'}--> selected<!--{/if}-->" rel="external">退会手続き</a></li>
<li class="nav_refusal"><a href="<!--{$smarty.const.TOP_URL}-->" class="<!--{if $tpl_mypageno == 'refusal'}--> selected<!--{/if}-->" rel="external">退会手続き</a></li>
<!--{/if}-->
</ul>
<!--{/strip}-->
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/sphone/regist/complete.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<p>それではショッピングをお楽しみください。</p>
<p>今後ともご愛顧賜りますようよろしくお願い申し上げます。</p>
<div class="btn_area">
<a rel="external" href="<!--{$smarty.const.TOP_URLPATH}-->" class="btn_toppage btn_sub">トップページへ</a>
<a rel="external" href="<!--{$smarty.const.TOP_URL}-->" class="btn_toppage btn_sub">トップページへ</a>
</div>
</div>
<hr>
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/sphone/shopping/complete.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<p> 万一、ご確認メールが届かない場合は、トラブルの可能性もありますので大変お手数ではございますがもう一度お問い合わせいただくか、お電話にてお問い合わせくださいませ。</p>
<p>今後ともご愛顧賜りますようよろしくお願い申し上げます。</p>
<div class="btn_area">
<a href="<!--{$smarty.const.TOP_URLPATH}-->" class="btn_toppage btn_sub" rel="external">トップページへ</a>
<a href="<!--{$smarty.const.TOP_URL}-->" class="btn_toppage btn_sub" rel="external">トップページへ</a>
</div>
</div>
<hr>
Expand Down
Loading

0 comments on commit c553fda

Please sign in to comment.