- Timestamp:
- 2011/01/20 04:03:25 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/sphone/footer.tpl
r19802 r19998 32 32 <ul id="footer-menu"> 33 33 <li> 34 <a href="<!--{$smarty.const. SMARTPHONE_HTTPS_URL|sfTrimURL}-->/cart/index.php">かごを見る</a>34 <a href="<!--{$smarty.const.CART_URLPATH|h}-->">かごを見る</a> 35 35 </li> 36 36 <li> … … 54 54 </ul> 55 55 <ul id="footer-navi"> 56 <li><a href="<!--{$smarty.const.SMARTPHONE_HTTP _URL}-->contact/index.php">お問合せ</a></li>56 <li><a href="<!--{$smarty.const.SMARTPHONE_HTTPS_URL}-->contact/<!--{$smarty.const.DIR_INDEX_PATH|h}-->">お問合せ</a></li> 57 57 <li><a href="<!--{$smarty.const.SMARTPHONE_HTTP_URL}-->guide/privacy.php">プライバシーポリシー</a></li> 58 <li class="end"><a href="<!--{$smarty.const.SMARTPHONE_HTTP_URL}-->abouts/ index.php">店舗情報</a></li>59 <li class="end"><a href="<!--{$smarty.const.SMARTPHONE_HTTP_URL}-->order/ index.php">特定商取引法に基づく表記</a></li>58 <li class="end"><a href="<!--{$smarty.const.SMARTPHONE_HTTP_URL}-->abouts/<!--{$smarty.const.DIR_INDEX_PATH|h}-->">店舗情報</a></li> 59 <li class="end"><a href="<!--{$smarty.const.SMARTPHONE_HTTP_URL}-->order/<!--{$smarty.const.DIR_INDEX_PATH|h}-->">特定商取引法に基づく表記</a></li> 60 60 </ul> 61 61
Note: See TracChangeset
for help on using the changeset viewer.