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

Open in your IDE?
  1. <div style="border-top: 3px solid #fff100;">
  2.     {% if Page is defined and Page.url == "blogs42_detail" %}
  3.     <h1 id="siteDesc" style="font-size: 11px; background-color: white; margin: 0px; padding: 10px; text-align: center;">{% if Blogs is defined and Blogs is not empty %} {{ Blogs.title }}|{% endif %} {{ BaseInfo.shop_name }}</h1>
  4.     {% else %}
  5.     <h1 id="siteDesc" style="font-size: 11px; background-color: white; margin: 0px; padding: 10px; text-align: center;">シコメルストア|業務用食材・食品 仕入れ通販</h1>
  6.     {% endif %}
  7. </div>