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

Open in your IDE?
  1. <div class="container-fluid inner">
        <div class="footer_nikk">
            <div class="call">
    <p>トラヤ制服店</p>
    {% if is_granted('ROLE_USER') %}<p>TEL:075-461-5905</p>
    {% else %}<p>TEL:075-461-5887</p>
    {% endif %}
    <p>(受付:平日10:00~18:00)</p>
            </div>
        <!--<div class="mail">
    <p>メールでのお問い合わせ</p>
    <div class="def_button1" ontouchstart=""><div class="eff-down"></div><a href="{{ url('contact') }}">お問い合わせフォーム</a></div>
            </div>-->
        </div>
    {% if is_granted('ROLE_USER') %}
        <div class="footer_link">
               <div class="block1">
                  <h5>マイページ</h5>
    {% include 'Block/mypg_def.twig' %}
               </div>
            {% if app.user.school.item_visible_type != constant('\\Customize\\Entity\\School::ITEM_VISIBLE_TYPE_MATOME') %}
               <div class="block2">
                  <h5>アイテム一覧</h5>
                 {{ render(path('block_category_def')) }}
               </div>
            {% endif %}
    
               <div class="block1">
                  <h5>お買い物ガイド</h5>
    {% include 'Block/guidemenu_def.twig' %}
               </div>
    
               <div class="block1">
    <!--
                  <h5>コーディネート</h5>
                  <ul>
                     <li><a href="{{ url('user_data', {"route": "outfit"}) }}">コーディネート一覧</a></li>
                  </ul>
    --!>
    
                  <h5>その他</h5>
                  <ul>
                     <li><a href="https://kanko-gakuseifuku.co.jp/care/dailycare.html" target="_blank">お手入れ方法</a></li>
                     <li><a href="{{ url('user_data', {'route': 'store_info'}) }}">店舗情報</a></li>
                  </ul>
               </div>
    
        </div>
    {% else %}
    {% endif %}
        <div class="footer_copy">
            <p class="official">
    <a href="{{ url('help_agreement') }}">ご利用規約</a>
    <a href="{{ url('help_privacy') }}">プライバシーポリシー</a>
    <a href="{{ url('help_tradelaw') }}">特定商取引に基づく表示</a>
            </p>
            <p class="copy">Copyright© {{ BaseInfo.shop_name_eng }} CO.,LTD. All Rights Reserved.</p>
        </div>
    </div>