Ignore:
Timestamp:
2011/07/27 13:49:38 (13 years ago)
Author:
468
Message:

#1413 スマートフォン版テンプレートファイル変更(HTML5対応)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/Smarty/templates/sphone/footer.tpl

    r20764 r21050  
    2020 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2121 *}--> 
     22<!--▼ BEGIN FOOTER--> 
     23<footer class="global_footer"> 
    2224 
     25<nav class="guide_area"> 
     26<p> 
     27 <a rel="external" href="<!--{$smarty.const.HTTP_URL}-->abouts/<!--{$smarty.const.DIR_INDEX_PATH|h}-->">当サイトについて</a> 
     28 <a rel="external" href="<!--{$smarty.const.HTTPS_URL}-->contact/<!--{$smarty.const.DIR_INDEX_PATH|h}-->">お問い合わせ</a><br /> 
     29 <a rel="external" href="<!--{$smarty.const.HTTP_URL}-->order/<!--{$smarty.const.DIR_INDEX_PATH|h}-->">特定商取引に関する表記</a> 
     30 <a rel="external" href="<!--{$smarty.const.HTTP_URL}-->guide/privacy.php">プライバシーポリシー</a> 
     31</p> 
     32</nav> 
    2333 
     34<p class="copyright"><small>(C) <!--{$arrSiteInfo.shop_name|h}-->.</small></p> 
    2435 
    25 <!--▼ BEGIN FOOTER--> 
    26 <div id="footer"> 
    27 <div id="footer-info"> 
    28 <ul id="footer-menu"> 
    29 <li><a href="<!--{$smarty.const.CART_URLPATH|h}-->">カゴの中を見る</a></li> 
    30 <li><a href="<!--{$smarty.const.HTTPS_URL|sfTrimURL}-->/mypage/login.php">MYページ</a></li> 
    31 <li><a href="<!--{$smarty.const.HTTPS_URL|sfTrimURL}-->/entry/kiyaku.php">新規会員登録</a></li> 
    32  
    33 <!--{php}--> 
    34 $tmp = $this->get_template_vars('tpl_mainpage'); 
    35 if(preg_match("/index\.tpl$/", $tmp)) 
    36 $this->assign('isTop', 1); 
    37 <!--{/php}--> 
    38  
    39 </ul> 
    40  
    41 <span class="footB"> 
    42 <a href="<!--{$smarty.const.HTTP_URL}-->abouts/<!--{$smarty.const.DIR_INDEX_PATH|h}-->">当サイトについて</a>│ 
    43 <a href="<!--{$smarty.const.HTTPS_URL}-->contact/<!--{$smarty.const.DIR_INDEX_PATH|h}-->">お問い合わせ</a><br> 
    44 <a href="<!--{$smarty.const.HTTP_URL}-->order/<!--{$smarty.const.DIR_INDEX_PATH|h}-->">特定商取引に関する表記</a>│ 
    45 <a href="<!--{$smarty.const.HTTP_URL}-->guide/privacy.php">プライバシーポリシー</a> 
    46 </span> 
    47  
    48 <div id="copyright">(C) <!--{$arrSiteInfo.shop_name|h}-->.</div> 
    49  
    50 </div> 
    51 </div> 
     36</footer> 
    5237<!--▲ END FOOTER--> 
Note: See TracChangeset for help on using the changeset viewer.