app/template/default/Block/calendar.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. {#{% form_theme form 'Form/form_div_layout.twig' %}#}
  9. <br><br>
  10. <div class="ec-role">
  11.     <div>
  12.         <div class="ec-secHeading">
  13.             <span class="ec-secHeading__en">{{ 'CALENDAR'|trans }}</span>
  14.             <span class="ec-secHeading__line"></span>
  15.             <span class="ec-secHeading__ja">{{ 'カレンダー'|trans }}</span>
  16.         </div>
  17.      
  18.         <div class="ec-calendar">
  19.             <iframe src="https://calendar.google.com/calendar/embed?height=290&wkst=1&ctz=Asia%2FTokyo&showPrint=0&src=dGVsZW1hbm5AY2VyZXMub2NuLm5lLmpw&color=%23039be5" style="border:solid 1px #777" width="100%" height="290" frameborder="0" scrolling="no"></iframe>
  20.        </div>
  21.     </div>
  22. </div>