app/template/unishop/Block/footer.twig line 1

Open in your IDE?
  1. <div class="container-fluid inner">
  2.     <div class="footer_nikk">
  3.         <div class="call">
  4. <p>制服のキンパラ</p>
  5. <p>TEL:0538-35-5404</p>
  6. <p>(受付:平日10:00~18:00)</p>
  7.         </div>
  8.         <div class="mail">
  9. <p>メールでのお問い合わせ</p>
  10. <div class="def_button1" ontouchstart=""><div class="eff-down"></div><a href="{{ url('contact') }}">お問い合わせフォーム</a></div>
  11.         </div>
  12.     </div>
  13. {% if is_granted('ROLE_USER') %}
  14. {% if app.user.school.school_id >= '24' %}<!--新入生_採寸必須-->
  15.     <div class="footer_link" {% if app.user.dr31 == '' %}style="opacity:0.3; pointer-events:none;"{% endif %}>
  16. {% else %}<!--在校生_採寸任意-->
  17.     <div class="footer_link">
  18. {% endif %}
  19.            <div class="block1">
  20.               <h5>マイページ</h5>
  21. {% include 'Block/mypg_def.twig' %}
  22.            </div>
  23.         {% if app.user.school.item_visible_type != constant('\\Customize\\Entity\\School::ITEM_VISIBLE_TYPE_MATOME') %}
  24.            <div class="block2">
  25.               <h5>アイテム一覧</h5>
  26.              {{ render(path('block_category_def')) }}
  27.            </div>
  28.         {% endif %}
  29.            <div class="block1">
  30.               <h5>お買い物ガイド</h5>
  31. {% include 'Block/guidemenu_def.twig' %}
  32.            </div>
  33.            <div class="block1">
  34. <!--
  35.               <h5>コーディネート</h5>
  36.               <ul>
  37.                  <li><a href="{{ url('user_data', {"route": "outfit"}) }}">コーディネート一覧</a></li>
  38.               </ul>
  39. --!>
  40.               <h5>その他</h5>
  41.               <ul>
  42.                  <li><a href="{{ url('user_data', {'route': 'commitment_uniform'}) }}">制服へのこだわり</a></li>
  43.                  <li><a href="{{ url('user_data', {'route': 'correct_size'}) }}">サイズの選び方</a></li>
  44.               </ul>
  45.            </div>
  46.     </div>
  47. {% else %}
  48. {% endif %}
  49.     <div class="footer_copy">
  50.         <p class="official">
  51. <a href="{{ url('help_agreement') }}">ご利用規約</a>
  52. <a href="{{ url('help_privacy') }}">プライバシーポリシー</a>
  53. <a href="{{ url('help_tradelaw') }}">特定商取引に基づく表示</a>
  54.         </p>
  55.         <p class="copy">Copyright© {{ BaseInfo.shop_name_eng }} CO.,LTD. All Rights Reserved.</p>
  56.     </div>
  57. </div>