app/template/bootcube2/Block/menu_nav_sp.twig line 1

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  4. http://www.ec-cube.co.jp/
  5. For the full copyright and license information, please view the LICENSE
  6. file that was distributed with this source code.
  7. #}
  8. {# @see https://github.com/bolt/bolt/pull/2388 #}
  9. {% from _self import tree %}
  10. <div class="ec-headerCategoryArea">
  11.     <div class="ec-headerCategoryArea__heading">
  12.         <p>{{ 'メニュー一覧'|trans }}</p>
  13.     </div>
  14.     <div class="ec-itemNav">
  15.         <ul class="ec-itemNav__nav">
  16.         <li>
  17.           <a href="https://www.herba.co.jp/works/" target="_blank">
  18.             ヘルバについて
  19.           </a>
  20.         </li>
  21.         <li>
  22.           <a href="https://www.herba.co.jp/works/pvntmed/" target="_blank">
  23.            予防医学研究会
  24.           </a>
  25.         </li>
  26.         <li>
  27.           <a href="https://www.herba.co.jp/works/voice_index/" target="_blank">
  28.            ご愛用者の便り
  29.           </a>
  30.         </li>
  31.         <li>
  32.           <a href="https://www.herba.co.jp/works/forum/" target="_blank">
  33.            予防医学フォーラム
  34.           </a>
  35.         </li>
  36.         <li class="flex-fill">
  37.           <a href="https://www.herba.co.jp/category/video_all/" target="_blank">
  38.            MOVIE
  39.           </a>
  40.         </li>
  41.         <li>
  42.           <a href="{{ url('help_about') }}">
  43.             {{ 'ショッピングガイド'|trans }}
  44.           </a>
  45.         </li>
  46.         </ul>
  47.     </div>
  48. </div>