app/template/default/Block/logo.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. <div class="header_logo_area">
  9.     <h1 class="header_logo">
  10.         <a href="{{ url('homepage') }}">
  11.             <span class="ht">{% if Page.url == "homepage" %}福島県白河市のサトー酒店 liquor-sato{% else %}{% if subtitle is defined and subtitle is not empty %}{{ subtitle }}{% elseif title is defined and title is not empty %}{{ title }}{% endif %}{% endif %}</span>
  12.         </a>
  13.     </h1>
  14. </div>