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

Open in your IDE?
  1. <div class="container-fluid inner">
  2.     
  3.    <div class="footer_nikk" style="max-width: 1080px;">
  4.     {% if is_granted('ROLE_USER') %}
  5. {% if app.user.school.school_id <= '4' %}<!--大宰府市中学校-->
  6.         <div class="call" style="width:300px; padding: 0 0 15px 60px;">
  7. <p>{{ BaseInfo.shop_name }}<br>太宰府店</p>
  8. <p>TEL:092-408-8211</p>
  9. <p>(受付:10:00〜 17:00)</p>
  10. {% else %}
  11.         <div class="call" style="width:300px; padding: 0 0 15px 60px;">
  12. <p>{{ BaseInfo.shop_name }}<br>春日本店</p>
  13. <p>TEL:092-574-0807</p>
  14. <p>(受付:{{ BaseInfo.business_hour }})</p>
  15. {% endif %}
  16.     {% else %}<!--ログイン前-->
  17.         <div class="call" style="width:300px; padding: 0 0 15px 60px;">
  18. <p>{{ BaseInfo.shop_name }}<br>春日本店</p>
  19. <p>TEL:092-574-0807</p>
  20. <p>(受付:{{ BaseInfo.business_hour }})</p>
  21.     </div>
  22.         <div class="call" style="width:300px; padding: 0 0 15px 60px;">
  23. <p>{{ BaseInfo.shop_name }}<br>太宰府店</p>
  24. <p>TEL:092-408-8211</p>
  25. <p>(受付:10:00〜 17:00)</p>
  26.     </div>
  27.         <div class="call" style="width:300px; padding: 0 0 15px 60px;">
  28. <p>さくら咲く制服<br>(株式会社咲くら)</p>
  29. <p>TEL:092-588-1878</p>
  30. <p>(受付:10:00〜 17:00)</p>
  31.     {% endif %}
  32.     </div>
  33.      <div class="mail">
  34. <a href="https://lin.ee/cpZbsJ4" target="_blank"><img src="{{ asset('assets/img/nikke/line_frend.png') }}" alt="友だち追加" height="36" border="0"></a>
  35.     </div>
  36.     </div>
  37. {% if is_granted('ROLE_USER') %}
  38.     <div class="footer_link">
  39.            <div class="block1">
  40.               <h5>マイページ</h5>
  41. {% include 'Block/mypg_def.twig' %}
  42.            </div>
  43.         {% if app.user.school.item_visible_type != constant('\\Customize\\Entity\\School::ITEM_VISIBLE_TYPE_MATOME') %}
  44.            <div class="block2">
  45.               <h5>アイテム一覧</h5>
  46.              {{ render(path('block_category_def')) }}
  47.            </div>
  48.         {% endif %}
  49.            <div class="block1">
  50.               <h5>お買い物ガイド</h5>
  51. {% include 'Block/guidemenu_def.twig' %}
  52.            </div>
  53.            <div class="block1">
  54. <!--
  55.               <h5>コーディネート</h5>
  56.               <ul>
  57.                  <li><a href="{{ url('user_data', {"route": "outfit"}) }}">コーディネート一覧</a></li>
  58.               </ul>
  59. --!>
  60.               <h5>その他</h5>
  61.               <ul>
  62.                  <li><a href="{{ url('user_data', {'route': 'commitment_uniform'}) }}">ブルコ安心サポート</a></li>
  63.                  <li><a href="{{ url('user_data', {'route': 'correct_size'}) }}">サイズの選び方</a></li>
  64.               </ul>
  65.            </div>
  66.     </div>
  67. {% else %}
  68. {% endif %}
  69.     <div class="footer_copy">
  70.         <p class="official">
  71. <a href="{{ url('help_agreement') }}">ご利用規約</a>
  72. <a href="{{ url('help_privacy') }}">プライバシーポリシー</a>
  73. <a href="{{ url('help_tradelaw') }}">特定商取引に基づく表示</a>
  74.         </p>
  75.         <p class="copy">Copyright© {{ BaseInfo.shop_name_eng }} CO.,LTD. All Rights Reserved.</p>
  76.     </div>
  77. </div>