app/template/default/Block/header1.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. {% block stylesheet %}
  9. <style>
  10. .text{
  11.    
  12.    text-align: center;
  13. }
  14. .images{
  15.     width:100%;
  16. }
  17. </style>
  18. {% endblock %}
  19. <h4 class="text">千葉県南房総の田舎暮らし!海の見える海浜リゾート物件・里山古民家物件・永住・別荘向き土地・中古住宅など不動産情報満載。</h4>
  20. <div class="ec-headerNaviRole">
  21.      <a href="{{ url('homepage') }}">
  22.      <img class="images" src="{{ asset('assets/img/top/header2_2.gif') }}" >
  23.      </a>
  24. </div>