app/template/default/Block/pan_navi.twig line 1

Open in your IDE?
  1. <p id="pankz">
  2.     {% if plaza_flg == true %}
  3.         <a href="{{ url("plaza_product_list") }}">HOME</a> >
  4.     {% else %}
  5.         <a href="/">HOME</a> >
  6.     {% endif %}
  7.     {% if sub_title and sub_title == "商品一覧" %}
  8.         <a href="{{ url("product_list") }}">商品一覧</a> >
  9.     {% endif %}
  10.     {% if sub_title and sub_title == "プラザ商品一覧" %}
  11.         <a href="{{ url("plaza_product_list") }}">商品一覧</a> >
  12.     {% endif %}
  13.     {{ title }}
  14. </p>