app/template/default/Info/index.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. {% extends 'default_frame.twig' %}
  9. {% block stylesheet %}
  10. {% endblock %}
  11. {% block javascript %}
  12. {% endblock %}
  13. {% block main %}
  14.     <div class="ec-role">
  15.         <div class="ec-pageHeader">
  16.             <h1>{{ 'お知らせ'|trans }}</h1>
  17.         </div>
  18.         <div class="ec-pageBody">
  19.             {{ include('Block/news.twig') }}
  20.         </div>
  21.     </div>
  22. {% endblock %}