app/template/default/default_frame.twig line 1

Open in your IDE?
  1. <!doctype html>
  2. {#
  3. This file is part of EC-CUBE
  4. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  5. http://www.ec-cube.co.jp/
  6. For the full copyright and license information, please view the LICENSE
  7. file that was distributed with this source code.
  8. #}
  9. <html lang="{{ eccube_config.locale }}">
  10. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# product: http://ogp.me/ns/product#">
  11. <!-- Google Tag Manager -->
  12. <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  13. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  14. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  15. 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  16. })(window,document,'script','dataLayer','GTM-W2FHG4H');</script>
  17. <!-- End Google Tag Manager -->
  18.     <meta charset="utf-8">
  19.     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  20.     
  21.     
  22.     <meta name="eccube-csrf-token" content="{{ csrf_token(constant('Eccube\\Common\\Constant::TOKEN_NAME')) }}">
  23.     <title>{{ BaseInfo.shop_name }}{% if subtitle is defined and subtitle is not empty %} / {{ subtitle }}{% elseif title is defined and title is not empty %} / {{ title }}{% endif %}</title>
  24. <link rel="icon" href="{{ asset('assets/images/favicon.ico', 'user_data') }}">
  25. <link rel="apple-touch-icon" href="{{ asset('assets/images/apple-touch-icon.png', 'user_data') }}"/>
  26. <link rel="icon" type="image/png" href="{{ asset('assets/images/android-chrome-192×192.png', 'user_data') }}" sizes="192x192">
  27. <meta name="description" content="ドライガーデンと観葉植物の専門店 Ny Paradisa(ニィ・パラディッサ)">
  28. <meta property="og:title" content="Ny Paradisa(ニィ・パラディッサ)" />
  29. <meta property="og:type" content="website">
  30. <meta property="og:url" content="https://ny-paradisa.com/" />
  31. <meta property="og:image" content="{{ url('homepage')}}{{ asset('assets/images/android-chrome-192×192.png', 'user_data') }}" />
  32. <meta property="og:site_name" content="Ny Paradisa(ニィ・パラディッサ)" />
  33. <meta property="og:description" content="ドライガーデンと観葉植物の専門店 Ny Paradisa(ニィ・パラディッサ)" />
  34.     <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
  35.     <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
  36.     <link rel="stylesheet" href="{{ asset('assets/css/style.css') }}">
  37.     {% block stylesheet %}{% endblock %}
  38.     <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
  39.     <script>
  40.         $(function() {
  41.             $.ajaxSetup({
  42.                 'headers': {
  43.                     'ECCUBE-CSRF-TOKEN': $('meta[name="eccube-csrf-token"]').attr('content')
  44.                 }
  45.             });
  46.         });
  47.     </script>
  48.     {# Layout: HEAD #}
  49.     {% if Layout.Head %}
  50.         {{ include('block.twig', {'Blocks': Layout.Head}) }}
  51.     {% endif %}
  52.     {# プラグイン用styleseetやmetatagなど #}
  53.     {% if plugin_assets is defined %}{{ include('@admin/snippet.twig', { snippets: plugin_assets }) }}{% endif %}
  54.     <link rel="stylesheet" href="{{ asset('assets/css/customize.css', 'user_data') }}">
  55.     <link rel="stylesheet" href="{{ asset('assets/css/style.css', 'user_data') }}">
  56. <link rel="stylesheet" href="{{ asset('assets/css/common.css', 'user_data') }}?{{'now'|date('YmdHis')}}">
  57. <link rel="stylesheet" href="{{ asset('assets/css/slick.css', 'user_data') }}">
  58. <link rel="stylesheet" href="{{ asset('assets/css/slick-theme.css', 'user_data') }}?{{'now'|date('YmdHis')}}">
  59. <link rel="stylesheet" href="{{ asset('assets/css/body.css', 'user_data') }}?{{'now'|date('YmdHis')}}">
  60.     {% if Page.meta_tags is not empty %}
  61.         {{ include(template_from_string(Page.meta_tags)) }}
  62.         {% if Page.description is not empty %}
  63.             <meta name="description" content="{{ Page.description }}">
  64.         {% endif %}
  65.     {% else %}
  66.         {{ include('meta.twig') }}
  67.     {% endif %}
  68.     {% if Page.author is not empty %}
  69.         <meta name="author" content="{{ Page.author }}">
  70.     {% endif %}
  71.     {% if Page.keyword is not empty %}
  72.         <meta name="keywords" content="{{ Page.keyword }}">
  73.     {% endif %}
  74.     {% if Page.meta_robots is not empty %}
  75.         <meta name="robots" content="{{ Page.meta_robots }}">
  76.     {% endif %}
  77. <script src="{{ asset('assets/js/common.js?c', 'user_data') }}"></script>
  78.     {{""|beredirect|raw}}
  79.     
  80. <!-- Global site tag (gtag.js) - Google Analytics -->
  81. <script async src="https://www.googletagmanager.com/gtag/js?id=G-7KX3R0431J"></script>
  82. <script>
  83.   window.dataLayer = window.dataLayer || [];
  84.   function gtag(){dataLayer.push(arguments);}
  85.   gtag('js', new Date());
  86.   gtag('config', 'G-7KX3R0431J');
  87. </script>
  88. <!-- Google Tag Manager -->
  89. <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  90. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  91. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  92. 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  93. })(window,document,'script','dataLayer','GTM-W2FHG4H');</script>
  94. <!-- End Google Tag Manager -->
  95. </head>
  96. <body id="page_{{ app.request.get('_route') }}" class="{{ body_class|default('other_page') }}">
  97. <!-- Google Tag Manager (noscript) -->
  98. <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W2FHG4H"
  99. height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  100. <!-- End Google Tag Manager (noscript) -->
  101. {# Layout: BODY_AFTER #}
  102. {% if Layout.BodyAfter %}
  103.     {{ include('block.twig', {'Blocks': Layout.BodyAfter}) }}
  104. {% endif %}
  105.     {# Layout: HEADER #}
  106.     {% if Layout.Header %}
  107.             {{ include('block.twig', {'Blocks': Layout.Header}) }}
  108.     {% endif %}
  109. <div class="ec-layoutRole">
  110.     {# Layout: CONTENTS_TOP #}
  111.     {% if Layout.ContentsTop %}
  112.         <div class="ec-layoutRole__contentTop">
  113.             {{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}
  114.         </div>
  115.     {% endif %}
  116.     <div class="ec-layoutRole__contents">
  117.         {# Layout: SIDE_LEFT #}
  118.         {% if Layout.SideLeft %}
  119.             <div class="ec-layoutRole__left">
  120.                 {{ include('block.twig', {'Blocks': Layout.SideLeft}) }}
  121.             </div>
  122.         {% endif %}
  123.         {% set layoutRoleMain = 'ec-layoutRole__main' %}
  124.         {% if Layout.ColumnNum == 2 %}
  125.             {% set layoutRoleMain = 'ec-layoutRole__mainWithColumn' %}
  126.         {% elseif Layout.ColumnNum == 3 %}
  127.             {% set layoutRoleMain = 'ec-layoutRole__mainBetweenColumn' %}
  128.         {% endif %}
  129.         <div class="{{ layoutRoleMain }}">
  130.             {# Layout: MAIN_TOP #}
  131.             {% if Layout.MainTop %}
  132.                 <div class="ec-layoutRole__mainTop">
  133.                     {{ include('block.twig', {'Blocks': Layout.MainTop}) }}
  134.                 </div>
  135.             {% endif %}
  136.             {# MAIN AREA #}
  137.             {% block main %}{% endblock %}
  138.             {# Layout: MAIN_Bottom #}
  139.             {% if Layout.MainBottom %}
  140.                 <div class="ec-layoutRole__mainBottom">
  141.                     {{ include('block.twig', {'Blocks': Layout.MainBottom}) }}
  142.                 </div>
  143.             {% endif %}
  144.         </div>
  145.         {# Layout: SIDE_RIGHT #}
  146.         {% if Layout.SideRight %}
  147.             <div class="ec-layoutRole__right">
  148.                 {{ include('block.twig', {'Blocks': Layout.SideRight}) }}
  149.             </div>
  150.         {% endif %}
  151.     </div>
  152.     {# Layout: CONTENTS_BOTTOM #}
  153.     {% if Layout.ContentsBottom %}
  154.         <div class="ec-layoutRole__contentBottom">
  155.             {{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
  156.         </div>
  157.     {% endif %}
  158.     {# Layout: CONTENTS_FOOTER #}
  159.     {% if Layout.Footer %}
  160.     
  161.     {{ include('block.twig', {'Blocks': Layout.Footer}) }}
  162.     {% endif %}
  163. </div><!-- ec-layoutRole -->
  164. <div class="ec-overlayRole"></div>
  165. <div class="ec-drawerRoleClose"><i class="fas fa-times"></i></div>
  166. <div class="ec-drawerRole">
  167.     {# Layout: DRAWER #}
  168.     {% if Layout.Drawer %}
  169.         {{ include('block.twig', {'Blocks': Layout.Drawer}) }}
  170.     {% endif %}
  171. </div>
  172. <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>
  173. <script src="https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js"></script>
  174. {% include('@common/lang.twig') %}
  175. <script src="{{ asset('assets/js/function.js') }}"></script>
  176. <script src="{{ asset('assets/js/eccube.js') }}"></script>
  177. {% block javascript %}{% endblock %}
  178. {# Layout: CLOSE_BODY_BEFORE #}
  179. {% if Layout.CloseBodyBefore %}
  180.     {{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }}
  181. {% endif %}
  182. {# プラグイン用Snippet #}
  183. {% if plugin_snippets is defined %}
  184.     {{ include('snippet.twig', { snippets: plugin_snippets }) }}
  185. {% endif %}
  186.     <script src="{{ asset('assets/js/customize.js', 'user_data') }}"></script>
  187. </body>
  188. </html>