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. {% if is_granted('ROLE_USER') %}<p>TEL:075-461-5905</p>
  6. {% else %}<p>TEL:075-461-5887</p>
  7. {% endif %}
  8. <p>(受付:平日10:00~18:00)</p>
  9.         </div>
  10.     <!--<div class="mail">
  11. <p>メールでのお問い合わせ</p>
  12. <div class="def_button1" ontouchstart=""><div class="eff-down"></div><a href="{{ url('contact') }}">お問い合わせフォーム</a></div>
  13.         </div>-->
  14.     </div>
  15. {% if is_granted('ROLE_USER') %}
  16.     <div class="footer_link">
  17.            <div class="block1">
  18.               <h5>マイページ</h5>
  19. {% include 'Block/mypg_def.twig' %}
  20.            </div>
  21.         {% if app.user.school.item_visible_type != constant('\\Customize\\Entity\\School::ITEM_VISIBLE_TYPE_MATOME') %}
  22.            <div class="block2">
  23.               <h5>アイテム一覧</h5>
  24.              {{ render(path('block_category_def')) }}
  25.            </div>
  26.         {% endif %}
  27.            <div class="block1">
  28.               <h5>お買い物ガイド</h5>
  29. {% include 'Block/guidemenu_def.twig' %}
  30.            </div>
  31.            <div class="block1">
  32. <!--
  33.               <h5>コーディネート</h5>
  34.               <ul>
  35.                  <li><a href="{{ url('user_data', {"route": "outfit"}) }}">コーディネート一覧</a></li>
  36.               </ul>
  37. --!>
  38.               <h5>その他</h5>
  39.               <ul>
  40.                  <li><a href="https://kanko-gakuseifuku.co.jp/care/dailycare.html" target="_blank">お手入れ方法</a></li>
  41.                  <li><a href="{{ url('user_data', {'route': 'store_info'}) }}">店舗情報</a></li>
  42.               </ul>
  43.            </div>
  44.     </div>
  45. {% else %}
  46. {% endif %}
  47.     <div class="footer_copy">
  48.         <p class="official">
  49. <a href="{{ url('help_agreement') }}">ご利用規約</a>
  50. <a href="{{ url('help_privacy') }}">プライバシーポリシー</a>
  51. <a href="{{ url('help_tradelaw') }}">特定商取引に基づく表示</a>
  52.         </p>
  53.         <p class="copy">Copyright© {{ BaseInfo.shop_name_eng }} CO.,LTD. All Rights Reserved.</p>
  54.     </div>
  55. </div>